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
|
uses: shalzz/zola-deploy-action@master
|
||||||
env:
|
env:
|
||||||
BUILD_DIR: .
|
BUILD_DIR: .
|
||||||
TOKEN: ${{ secrets.TOKEN }}
|
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
BUILD_ONLY: true
|
BUILD_ONLY: true
|
||||||
|
|
||||||
build_and_deploy:
|
build_and_deploy:
|
||||||
@ -29,4 +29,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PAGES_BRANCH: gh-pages
|
PAGES_BRANCH: gh-pages
|
||||||
BUILD_DIR: .
|
BUILD_DIR: .
|
||||||
TOKEN: ${{ secrets.TOKEN }}
|
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user