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