From 74105599d346373d3e15fca5b4617c558a1303cf Mon Sep 17 00:00:00 2001 From: Denis Golovin Date: Wed, 14 Feb 2024 16:25:17 -0800 Subject: [PATCH] fix: inherit secrets when calling build form release workflow Signed-off-by: Denis Golovin --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e2253cbd..3f5c95f9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -80,6 +80,7 @@ jobs: build: needs: [tag] uses: redhat-developer/podman-desktop-redhat-account-ext/.github/workflows/build.yaml@main + secrets: inherit with: runs-on: ubuntu-latest registry: quay