From f9f7d5701133ae0f924d59c73251f64e8b0d3894 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Sat, 26 Oct 2024 00:02:09 +0300 Subject: [PATCH] Add forgotten secrets: inherit in release workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b27d54b..848865d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,7 @@ on: jobs: ci: uses: ./.github/workflows/ci.yml + secrets: inherit build: needs: [ci]