Skip to content

Commit

Permalink
fix[prod] secret export changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ankita-gulati-gojek committed Nov 7, 2023
1 parent f6e3739 commit 425416f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cmd/job/run_input.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func (j *jobRunInputCommand) writeJobResponseSecretToFile(
) error {
// write all secrets into a file
secretsFileContent := ""
secretsFileContent, keysWithUnsubstitutedValue := ConstructConfigEnvSourcingContent(jobResponse.Envs)
secretsFileContent, keysWithUnsubstitutedValue := ConstructConfigEnvSourcingContent(jobResponse.Secrets)
j.keysWithUnsubstitutedValue = append(j.keysWithUnsubstitutedValue, keysWithUnsubstitutedValue...)

filePath := filepath.Join(dirPath, typeSecretFileName)
Expand Down

0 comments on commit 425416f

Please sign in to comment.