Skip to content

Commit f2c06ec

Browse files
committed
Update publishing token used for gh-pages deployments
1 parent 66a8c09 commit f2c06ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
- name: Deploy to `${{ inputs.destination_dir }}` directory of `gh-pages` branch
4242
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305
4343
with:
44-
github_token: ${{ secrets.GITHUB_TOKEN }}
44+
github_token: ${{ secrets.DEPLOY_TOKEN }}
4545
publish_dir: ./docs
4646
destination_dir: ${{ inputs.destination_dir }}

0 commit comments

Comments
 (0)