Skip to content

Commit d6ba2c9

Browse files
authored
chore: Fix doc generation action (#22)
1 parent 7148114 commit d6ba2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/publish-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ runs:
1212
name: 'Publish to Github pages'
1313
with:
1414
docs_path: docs
15-
github_token: { token } # For the shared action the token should be a GITHUB_TOKEN
15+
github_token: ${{ inputs.token }}

0 commit comments

Comments
 (0)