From 99a25bf66f2f0f3c51e7dddbe685040f3a48f1df Mon Sep 17 00:00:00 2001 From: Danut Ilisei Date: Mon, 6 May 2024 12:21:27 +0200 Subject: [PATCH] ci: inherit secrets when calling the shared CI workflow --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 709edb2..737000c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,3 +9,4 @@ on: jobs: CI: uses: pantos-io/ci-workflows/.github/workflows/python-ci.yml@v1 + secrets: inherit