ACTUALLY process env vars
This commit is contained in:
parent
88b2b511c7
commit
d2e268dc39
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -101,7 +101,7 @@ func main() {
|
||||||
// Add secret to project
|
// Add secret to project
|
||||||
client.SecretCreate(repo.Namespace, repo.Name, &drone.Secret{
|
client.SecretCreate(repo.Namespace, repo.Name, &drone.Secret{
|
||||||
Name: secretName,
|
Name: secretName,
|
||||||
Data: secretValue,
|
Data: builder.String(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue