From 4b7f862f8534d084915211a67618f08e5a488a01 Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 6 Jul 2023 20:42:42 -0400 Subject: [PATCH] Attempt to inherit secrets from caller workflow --- .github/workflows/snapshot-current-eclipse-distro-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/snapshot-current-eclipse-distro-build.yml b/.github/workflows/snapshot-current-eclipse-distro-build.yml index 6045ab304..381e3089b 100644 --- a/.github/workflows/snapshot-current-eclipse-distro-build.yml +++ b/.github/workflows/snapshot-current-eclipse-distro-build.yml @@ -21,4 +21,5 @@ jobs: uses: ./.github/workflows/eclipse-distro-build.yml with: eclipse_profile: 'e428' - build_type: 'snapshot' \ No newline at end of file + build_type: 'snapshot' + secrets: inherit \ No newline at end of file