Skip to content

Commit

Permalink
* Use personal token for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
itsankoff committed Dec 23, 2024
1 parent b03f733 commit 8c72afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
personal_token: ${{ secrets.PERSONAL_TOKEN }}
external_repository: itsankoff/itsankoff.github.io
publish_branch: master
publish_dir: ./public
Expand Down

0 comments on commit 8c72afa

Please sign in to comment.