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
|
||||
|
||||
on:
|
||||
@@ -17,5 +18,6 @@ jobs:
|
||||
uses: cloudflare/pages-action@v1
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
projectName: gregh
|
||||
directory: .
|
||||
Reference in New Issue
Block a user