Skip to content

Commit

Permalink
chore: Add Cloudflare account ID to deploy-web.yml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abdelwahab committed Jun 1, 2024
1 parent b92b827 commit 8f17e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
preCommands: echo ${{ toJson(secrets) }} > secrets.json
command: wrangler pages secret bulk ./secrets.json

Expand Down

0 comments on commit 8f17e0a

Please sign in to comment.