Skip to content

Commit e7e4a19

Browse files
Updated ci/cd to use GitHub token.
1 parent 6ecc8fc commit e7e4a19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: ${{ github.ref == 'refs/heads/main' }} # Publish only when the push is on main
3131
uses: peaceiris/actions-gh-pages@v3.6.1
3232
with:
33-
github_token: ${{ secrets.PUBLISH_TOKEN }}
33+
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
publish_branch: gh-pages
3535
publish_dir: build/wwwroot
3636
allow_empty_commit: false

0 commit comments

Comments
 (0)