use correct var
Some checks failed
Deploy ewpratten.com / Deploy to Production (push) Failing after 50s
Some checks failed
Deploy ewpratten.com / Deploy to Production (push) Failing after 50s
This commit is contained in:
parent
52b49bfd2b
commit
848efaa18c
@ -28,8 +28,7 @@ jobs:
|
||||
uses: cloudflare/pages-action@v1
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
accountId: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
|
||||
projectName: ewpratten
|
||||
directory: _site
|
||||
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
wranglerVersion: '2'
|
||||
|
Loading…
x
Reference in New Issue
Block a user