wrangler-action/.changeset/odd-oranges-breathe.md
Jacob Hands 0ca18d5d22 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).
2024-11-18 09:33:26 -06:00

335 B

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).