ACTUALLY process env vars

This commit is contained in:
Hamcha 2019-10-28 15:12:19 +01:00
parent 88b2b511c7
commit d2e268dc39
Signed by: hamcha
GPG Key ID: 44AD3571EB09A39E
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ func main() {
// Add secret to project
client.SecretCreate(repo.Namespace, repo.Name, &drone.Secret{
Name: secretName,
Data: secretValue,
Data: builder.String(),
})
}