From 24fe753718ed7dab03f956e2200c31ea0890ef27 Mon Sep 17 00:00:00 2001 From: Exidex <16986685+Exidex@users.noreply.github.com> Date: Sun, 16 Jun 2024 14:09:15 +0200 Subject: [PATCH] Fix secrets not being available in the publish-final-project job --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ba9e783..a1b9eb4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,3 +47,4 @@ jobs: with: command: npm run publish-final-project --workspace @project-gauntlet/build github-release-id: ${{ needs.publish-init.outputs.github-release-id }} + secrets: inherit