Merge pull request #972 from mxcl/patch-1
Use the default `github.token`
This commit is contained in:
@@ -41,6 +41,7 @@ inputs:
|
|||||||
description: 'If defined, the changelog will get written to this file. (relative to the checkout dir)'
|
description: 'If defined, the changelog will get written to this file. (relative to the checkout dir)'
|
||||||
token:
|
token:
|
||||||
description: 'Defines the token to use to execute the git API requests with, uses `env.GITHUB_TOKEN` by default'
|
description: 'Defines the token to use to execute the git API requests with, uses `env.GITHUB_TOKEN` by default'
|
||||||
|
default: ${{ github.token }}
|
||||||
baseUrl:
|
baseUrl:
|
||||||
description: 'Defines the base url for GitHub Enterprise authentication, uses `https://api.github.com` by default'
|
description: 'Defines the base url for GitHub Enterprise authentication, uses `https://api.github.com` by default'
|
||||||
outputs:
|
outputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user