Skip to content

Commit 5c874c6

Browse files
committed
fix: workflow
1 parent 3895390 commit 5c874c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- uses: peaceiris/actions-gh-pages@v3
2121
if: github.ref == 'refs/heads/main'
2222
with:
23-
github_token: $
23+
github_token: ${{ secrets.GITHUB_TOKEN }}
2424
publish_dir: ./dist

0 commit comments

Comments
 (0)