Skip to content

Commit f267696

Browse files
committed
Fix token naming
Signed-off-by: Zhenbo Li <[email protected]>
1 parent 3042a52 commit f267696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zola.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
env:
2323
PAGES_BRANCH: gh-pages
2424
BUILD_DIR: .
25-
TOKEN: ${{ secrets.PUBLIC_TOKEN }}
25+
TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626

0 commit comments

Comments
 (0)