From 9f026e8664467805dcbb338bec81963557032292 Mon Sep 17 00:00:00 2001 From: james_lin Date: Thu, 25 Jan 2024 18:55:16 +0800 Subject: [PATCH] ci: Add secrets: inherit to release checking job (#22) --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4fa59b4..56f1863 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,6 +15,7 @@ concurrency: jobs: check: uses: ./.github/workflows/check.yaml + secrets: inherit release: needs: check uses: canonical/bootstack-actions/.github/workflows/charm-release.yaml@v2