Skip to content

Commit d8fa144

Browse files
committed
Use GITHUB_TOKEN secret.
1 parent 1bd0249 commit d8fa144

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Deploy
2323
uses: peaceiris/actions-gh-pages@v3
2424
with:
25-
github_token: $
25+
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
publish_dir: ./doc/yard
2727
publish_branch: gh-pages

0 commit comments

Comments
 (0)