woodpecker: use aws keys
continuous-integration/woodpecker the build failed Details

Ariadne Conill 2022-06-09 03:25:55 +00:00
parent 27dfab2eb1
commit 4bbcf245f6
1 changed files with 4 additions and 0 deletions

View File

@ -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