From aea0af4d92a6aa48ccceefc385fb824c5302fee4 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 12 Oct 2023 16:39:53 +1300 Subject: [PATCH] Consume secret --- .woodpecker/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index ee18379..38f830e 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -8,13 +8,11 @@ steps: name: Test on ${MOLECULE_DISTRO} image: guisea/ansible-molecule pull: true - environment: - ANSIBLE_CALLBACK_WHITELIST: profile_tasks - EPEL_MIRROR_URL: https://mirrors.guise.net.nz/epel volumes: - /var/run/docker.sock:/var/run/docker.sock commands: - molecule test --all + secrets: [ auth_duo_host, auth_duo_ikey, auth_duo_skey ] when: event: - push