Skip to content

Commit

Permalink
Use github_token for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 committed May 24, 2024
1 parent 846f36d commit 25a1774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./output
user_name: hioffen
user_email: [email protected]
Expand Down

0 comments on commit 25a1774

Please sign in to comment.