Skip to content

Commit

Permalink
ci: use GITHUB_TOKEN to deploy docs (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerOrnstein authored Apr 11, 2024
1 parent 544230b commit 8e0dfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
deploy_key: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs

0 comments on commit 8e0dfa6

Please sign in to comment.