We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9b027 commit c91fbc2Copy full SHA for c91fbc2
.github/workflows/publish-github-pages.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
ref: gh-pages
39
path: gh-pages
40
- token: ${{ secrets.PUBLISH_SECRET }}
+ token: ${{ secrets.GITHUB_TOKEN }}
41
42
- name: Build and publish site
43
run: |
0 commit comments