From 0cce3697372966069acb9e209a13f4abcac19a08 Mon Sep 17 00:00:00 2001 From: Max Kalashnikoff Date: Tue, 25 Jun 2024 23:04:56 +0200 Subject: [PATCH] fix: adding secrets inheritance to the build publish workflow --- .github/workflows/release-app.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index 683799e..d5f26d5 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -67,6 +67,7 @@ jobs: fail-fast: false matrix: env: ${{ fromJson(inputs.publish-envs) }} + secrets: inherit uses: ./.github/workflows/build-publish.yml with: version: ${{ needs.update_version.outputs.version }}