From b5f753fff4b899dd2c4c1feb1c25f4ebea411e9d Mon Sep 17 00:00:00 2001 From: Bernardo Guerreiro Date: Tue, 23 Jan 2024 22:31:01 +0000 Subject: [PATCH] refactor: add secret --- .github/workflows/stack-delete.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/stack-delete.yaml b/.github/workflows/stack-delete.yaml index 778100c..b4680b7 100644 --- a/.github/workflows/stack-delete.yaml +++ b/.github/workflows/stack-delete.yaml @@ -13,6 +13,10 @@ on: description: 'Environment to delete stack from' required: true type: string + secrets: + AWS_DEPLOYER_ROLE: + description: 'AWS Role to assume' + required: true permissions: id-token: write