From 4bbcf245f6679e563712cfb62d7d6273f4e7f864 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Thu, 9 Jun 2022 03:25:55 +0000 Subject: [PATCH] woodpecker: use aws keys --- .woodpecker/dns.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.woodpecker/dns.yml b/.woodpecker/dns.yml index 657fa9a..f8903a0 100644 --- a/.woodpecker/dns.yml +++ b/.woodpecker/dns.yml @@ -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