There was an error while loading. Please reload this page.
1 parent c744a4f commit 7ac2d20Copy full SHA for 7ac2d20
1 file changed
.github/workflows/deploy.yml
@@ -58,6 +58,10 @@ jobs:
58
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
59
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
60
ALCHEMY_PASSWORD: ${{ secrets.ALCHEMY_PASSWORD }}
61
+ # All resources are fixed + adopt:true, so a per-run ephemeral state
62
+ # store is safe (nothing dynamic to orphan). Opt out of Alchemy's
63
+ # CI state-store guard.
64
+ ALCHEMY_CI_STATE_STORE_CHECK: "false"
65
# Cloudflare Access — set these as repo secrets to enforce /control
66
# protection in production (empty = fails closed).
67
CF_ACCESS_TEAM_DOMAIN: ${{ secrets.CF_ACCESS_TEAM_DOMAIN }}
0 commit comments