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

pull/1/head
Ariadne Conill 2022-06-09 03:25:55 +00:00
parent 62e7672b08
commit 37d7a64217
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