Skip to content

Commit

Permalink
Use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Sep 10, 2024
1 parent 4b9b027 commit c91fbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
ref: gh-pages
path: gh-pages
token: ${{ secrets.PUBLISH_SECRET }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Build and publish site
run: |
Expand Down

0 comments on commit c91fbc2

Please sign in to comment.