add accountId

This commit is contained in:
greg
2025-02-19 20:41:50 -08:00
parent 4aa955909b
commit 9bab4d06f7

View File

@@ -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: .