try github token
This commit is contained in:
parent
3fa50acdaa
commit
d4d1da172a
4
.github/workflows/zola.yml
vendored
4
.github/workflows/zola.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
uses: shalzz/zola-deploy-action@master
|
||||
env:
|
||||
BUILD_DIR: .
|
||||
TOKEN: ${{ secrets.TOKEN }}
|
||||
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
BUILD_ONLY: true
|
||||
|
||||
build_and_deploy:
|
||||
@ -29,4 +29,4 @@ jobs:
|
||||
env:
|
||||
PAGES_BRANCH: gh-pages
|
||||
BUILD_DIR: .
|
||||
TOKEN: ${{ secrets.TOKEN }}
|
||||
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user