We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c17ef commit 2c4960cCopy full SHA for 2c4960c
.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
27
uses: cloudflare/wrangler-action@v3
28
with:
29
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
30
+ accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
31
preCommands: |
32
cp wrangler.toml.example wrangler.toml
33
envsubst < wrangler.toml.example > wrangler.toml
0 commit comments