We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7d345a + 880d20a commit 83fdf73Copy full SHA for 83fdf73
.github/workflows/release.yml
@@ -60,7 +60,8 @@ jobs:
60
REACT_APP_SENTRY_API: "https://a31c61f5ce774e0791ffdc3b830b406c@o1083089.ingest.sentry.io/6092403"
61
REACT_APP_IPFS: false
62
- name: Publish
63
- uses: cloudflare/wrangler-action@1.3.0
+ uses: cloudflare/wrangler-action@v3
64
with:
65
apiToken: ${{ secrets.CF_API_TOKEN }}
66
+ accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
67
environment: "release"
0 commit comments