From 53412e544d24bb5c4bf793fae8365afbac66125b Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 14 Dec 2023 10:24:14 -0800 Subject: [PATCH] release-branches: inherit secrets --- .github/workflows/release-branches.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-branches.yml b/.github/workflows/release-branches.yml index bae2276..0672ebf 100644 --- a/.github/workflows/release-branches.yml +++ b/.github/workflows/release-branches.yml @@ -10,6 +10,7 @@ on: jobs: build: uses: ./.github/workflows/build.yaml + secrets: inherit release: needs: build