mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 01:53:24 +01:00
8 lines
335 B
Markdown
8 lines
335 B
Markdown
|
---
|
||
|
"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).
|