We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3fa49 commit c0788ecCopy full SHA for c0788ec
.github/workflows/frontend-deploy.yml
@@ -69,6 +69,7 @@ jobs:
69
uses: cloudflare/wrangler-action@v3
70
with:
71
apiToken: ${{ secrets.CF_API_TOKEN }}
72
+ accountId: ${{ secrets.CF_ACCOUNT_ID }}
73
environment: ${{ steps.meta.outputs.env }}
74
workingDirectory: ./apps/frontend
75
packageManager: pnpm
0 commit comments