mirror of
https://github.com/ghndrx/gregh.dev.git
synced 2026-02-10 06:44:57 +00:00
add accountId
This commit is contained in:
2
.github/workflows/deployment.yaml
vendored
2
.github/workflows/deployment.yaml
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
# filepath: /Users/greg/Documents/repositories/gregh.dev/.github/workflows/deployment.yaml
|
||||||
name: Deploy to Cloudflare Pages
|
name: Deploy to Cloudflare Pages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -17,5 +18,6 @@ jobs:
|
|||||||
uses: cloudflare/pages-action@v1
|
uses: cloudflare/pages-action@v1
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
|
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
projectName: gregh
|
projectName: gregh
|
||||||
directory: .
|
directory: .
|
||||||
Reference in New Issue
Block a user