From 028100d940d800c716e005d949f376dc0b04f467 Mon Sep 17 00:00:00 2001 From: Alex Morling Date: Fri, 29 Nov 2024 11:56:00 +0200 Subject: [PATCH] inherit secrets --- .github/workflows/io_tests.yaml | 3 ++- .github/workflows/main.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/io_tests.yaml b/.github/workflows/io_tests.yaml index 8ced680b..bdffdc0d 100644 --- a/.github/workflows/io_tests.yaml +++ b/.github/workflows/io_tests.yaml @@ -16,4 +16,5 @@ jobs: dev: uses: ./.github/workflows/tests.yml with: - io: "io" \ No newline at end of file + io: "io" + secrets: inherit \ No newline at end of file diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 17fe9289..953181b8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,3 +11,4 @@ jobs: uses: ./.github/workflows/tests.yml with: io: "not io" + secrets: inherit \ No newline at end of file