woodpecker: use aws keys
continuous-integration/woodpecker the build failed
Details
continuous-integration/woodpecker the build failed
Details
parent
27dfab2eb1
commit
4bbcf245f6
|
@ -6,6 +6,8 @@ pipeline:
|
|||
event: pull_request
|
||||
secrets:
|
||||
- linode_token
|
||||
- aws_access_key_id
|
||||
- aws_secret_access_key
|
||||
commands:
|
||||
- apk add --no-cache terraform
|
||||
- terraform version
|
||||
|
@ -22,6 +24,8 @@ pipeline:
|
|||
event: push
|
||||
secrets:
|
||||
- linode_token
|
||||
- aws_access_key_id
|
||||
- aws_secret_access_key
|
||||
commands:
|
||||
- apk add --no-cache terraform
|
||||
- terraform version
|
||||
|
|
Loading…
Reference in New Issue