Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lightszentip committed Jul 1, 2023
1 parent 015714f commit 578fd4e
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 @@ -29,7 +29,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
personal_token: ${{ secrets.TOKEN }}
personal_token: ${{ secrets.GITHUB_TOKEN }}
external_repository: lightszentip/lightszentip.github.io
publish_dir: ./webpage/public
# keep_files: true
Expand Down

0 comments on commit 578fd4e

Please sign in to comment.