Skip to content

Commit

Permalink
Add cloudflare account id to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pyropy committed Dec 17, 2024
1 parent d0c17ef commit 2c4960c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
preCommands: |
cp wrangler.toml.example wrangler.toml
envsubst < wrangler.toml.example > wrangler.toml
Expand Down

0 comments on commit 2c4960c

Please sign in to comment.