rancher / terraform-provider-rancher2

Terraform Rancher2 provider
https://www.terraform.io/docs/providers/rancher2/
Mozilla Public License 2.0
263 stars 228 forks source link

fix: try removing the decode #1361

Closed matttrach closed 5 months ago

matttrach commented 5 months ago

Pre-release is failing at decoding the gpg private key. My hunch is that the secret isn't base64 encoded. This will remove the decode call in the workflow so that we can try again.