Skip to content

Commit fb1911b

Browse files
authored
Update zola.yml Fix token
1 parent 152a3e6 commit fb1911b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/zola.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
env:
1212
PAGES_BRANCH: gh-pages
1313
BUILD_DIR: .
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14+
TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
1516

1617
build_and_deploy:
1718
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)