We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7148114 commit d6ba2c9Copy full SHA for d6ba2c9
.github/actions/publish-docs/action.yml
@@ -12,4 +12,4 @@ runs:
12
name: 'Publish to Github pages'
13
with:
14
docs_path: docs
15
- github_token: { token } # For the shared action the token should be a GITHUB_TOKEN
+ github_token: ${{ inputs.token }}
0 commit comments