You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Use wrangler secret put instead of bulk for idempotent updates
wrangler secret bulk fails if a secret already exists. Using
individual wrangler secret put calls handles both create and update.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments