1

try github token

This commit is contained in:
Evan Pratten 2021-08-21 10:28:43 -04:00
parent 3fa50acdaa
commit d4d1da172a

View File

@ -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 }}