Skip to content

Commit 7ac2d20

Browse files
ci: opt out of Alchemy CI state-store guard (fixed adopt:true resources)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent c744a4f commit 7ac2d20

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
5858
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
5959
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
6060
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"
6165
# Cloudflare Access — set these as repo secrets to enforce /control
6266
# protection in production (empty = fails closed).
6367
CF_ACCESS_TEAM_DOMAIN: ${{ secrets.CF_ACCESS_TEAM_DOMAIN }}

0 commit comments

Comments
 (0)