From ad43783eec40b0bb976bd62bbee0b511be83d1d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Skytte=20Randl=C3=B8v?= Date: Wed, 15 Nov 2023 09:15:07 +0100 Subject: [PATCH] 10 --- .github/workflows/call_all_jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call_all_jobs.yaml b/.github/workflows/call_all_jobs.yaml index 533dda68..3d5ba667 100644 --- a/.github/workflows/call_all_jobs.yaml +++ b/.github/workflows/call_all_jobs.yaml @@ -16,6 +16,7 @@ jobs: run-all-AEF-DFF-workflows: name: ⚙️ Run all AEF-DDF workflows runs-on: ubuntu-latest + secrets: inherit steps: - uses: actions/checkout@v4 @@ -55,5 +56,4 @@ jobs: # test-coverage creates data bases for the tests. Here you can specify the schemas you need for the workflow schema_creation: '"CREATE SCHEMA test; CREATE SCHEMA \"test.one\";"' - secrets: inherit