Skip to content

Commit c91fbc2

Browse files
committed
Use GITHUB_TOKEN
1 parent 4b9b027 commit c91fbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
ref: gh-pages
3939
path: gh-pages
40-
token: ${{ secrets.PUBLISH_SECRET }}
40+
token: ${{ secrets.GITHUB_TOKEN }}
4141

4242
- name: Build and publish site
4343
run: |

0 commit comments

Comments
 (0)