wrangler-action/.changeset/odd-oranges-breathe.md

8 lines
335 B
Markdown
Raw Permalink Normal View History

---
"wrangler-action": patch
---
fix: Use wrangler secret put instead of deprecated secret:bulk command
`wrangler secret:bulk` is deprecated and will be removed in a future version. This also improves logging in cases where a secret is failing to upload because an environment variable with the same name already exists (see: #240).