Use the default github.token

This commit is contained in:
Max Howell
2022-12-08 15:42:04 -04:00
committed by GitHub
parent 6e238ad569
commit 994e6e1f47
+1
View File
@@ -41,6 +41,7 @@ inputs:
description: 'If defined, the changelog will get written to this file. (relative to the checkout dir)'
token:
description: 'Defines the token to use to execute the git API requests with, uses `env.GITHUB_TOKEN` by default'
default: ${{ github.token }}
baseUrl:
description: 'Defines the base url for GitHub Enterprise authentication, uses `https://api.github.com` by default'
outputs: