From 979eaac41edce61cd8a43c93163028fcf2908c74 Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 28 Aug 2025 12:36:22 +0200 Subject: [PATCH] :green_heart: Inherit secrets in CI configuration --- .github/workflows/CI.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 29ea7af..a0c79ab 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -22,3 +22,4 @@ jobs: permissions: id-token: write contents: read + secrets: inherit