From 7d896685f3df16c6dee0637dc07bf1ff4361bb55 Mon Sep 17 00:00:00 2001 From: Paul Heinze Date: Thu, 27 Jun 2024 04:29:13 +0000 Subject: [PATCH] Update autodeployment.yml inherit secrets for called workflows --- .github/workflows/autodeployment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autodeployment.yml b/.github/workflows/autodeployment.yml index 0a89967..26c0b93 100644 --- a/.github/workflows/autodeployment.yml +++ b/.github/workflows/autodeployment.yml @@ -14,3 +14,4 @@ jobs: deploy-component: needs: build-component uses: ./.github/workflows/deploy-component.yml + secrets: inherit