From 37d7a642174e9c2dc5b91907c7b2ce620485d261 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 f5561f0..0e117ea 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