From 2019ec31a481b11312a6dbfd92c32575a816cca9 Mon Sep 17 00:00:00 2001 From: aboyko Date: Tue, 16 Jul 2024 16:46:17 -0400 Subject: [PATCH] [GHA] Minor adjustments to GCP backup workflows --- .github/workflows/backup-eclipse-releases-to-gcp.yml | 10 ++++++++++ .github/workflows/publish-eclipse-release.yml | 1 + 2 files changed, 11 insertions(+) diff --git a/.github/workflows/backup-eclipse-releases-to-gcp.yml b/.github/workflows/backup-eclipse-releases-to-gcp.yml index 22dfc5569..ab8a17718 100644 --- a/.github/workflows/backup-eclipse-releases-to-gcp.yml +++ b/.github/workflows/backup-eclipse-releases-to-gcp.yml @@ -1,6 +1,16 @@ name: Backup Eclipse Releases to GCP on: + workflow_call: + inputs: + ls_version: + description: The suffix of the p2 repo URL in S3 (i.e. 2023-11-01) + required: true + type: string + release_version: + description: Release version (i.e. 4.20.1.RELEASE) + required: true + type: string workflow_dispatch: inputs: ls_version: diff --git a/.github/workflows/publish-eclipse-release.yml b/.github/workflows/publish-eclipse-release.yml index 386f83687..72c6a7d6a 100644 --- a/.github/workflows/publish-eclipse-release.yml +++ b/.github/workflows/publish-eclipse-release.yml @@ -43,6 +43,7 @@ jobs: with: ls_version: ${{ inputs.ls_version }} release_version: ${{ inputs.release_version }}.RELEASE + secrets: inherit # create-github-release: # uses: ./.github/workflows/create-gh-release.yml