We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644d3d3 commit 1cabdc5Copy full SHA for 1cabdc5
pkg/location/circlecicontext.go
@@ -29,7 +29,7 @@ func (circleContext CircleCIContext) Write(serviceAccountName string, keyWrapper
29
contextID := circleContext.ContextID
30
key := keyWrapper.Key
31
// if configured, base64 decode the key (GCP return encoded keys)
32
- if circle.Base64Decode {
+ if circleContext.Base64Decode {
33
var keyb []byte
34
keyb, err = base64.StdEncoding.DecodeString(key)
35
if err != nil {
0 commit comments