From 28e2bd530e5f475c3fb03b3a73d951dfc379bd48 Mon Sep 17 00:00:00 2001 From: eversC Date: Tue, 19 Dec 2023 10:04:34 +0000 Subject: [PATCH] Debug --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da842256..8b096344 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,6 +117,7 @@ jobs: go build -o cloud-key-rotator ./cmd chmod u+x cloud-key-rotator aws secretsmanager get-secret-value --secret-id ckr-config --region eu-west-1 --query SecretString --output text > config.json + echo "used aws creds" ./cloud-key-rotator rotate rm config.json sleep 10