From 41f4864c2dfa967ec1a6f4419292c3fe79bf4069 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Tue, 16 Apr 2024 15:24:51 -0400 Subject: [PATCH] pass secrets to release prep workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index edc739c4..5750af4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,7 @@ jobs: branch: ${{ inputs.branch }} version: ${{ inputs.version }} deploy-to: ${{ inputs.deploy-to }} + secrets: inherit build-release: name: "Build release"