rancher / terraform-provider-rancher2

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

fix: try removing the decode #1361

Closed matttrach closed 6 days ago

matttrach commented 6 days 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.