From 105ff87aed8c2abf813b5b2ea18cb0b9611452ab Mon Sep 17 00:00:00 2001 From: Yannic Kilcher Date: Sat, 14 Jan 2023 20:45:43 +0100 Subject: [PATCH] inheriting secrets to deploy --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c42b54f0..e641ab31 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,6 +38,7 @@ jobs: deploy-dev: needs: [build-backend, build-web, build-bot] uses: ./.github/workflows/deploy-dev.yaml + secrets: inherit with: stack-name: ${{ github.event_name == 'release' && 'staging' || 'dev' }} image-tag: