Skip to content

Commit 2019ec3

Browse files
committed
[GHA] Minor adjustments to GCP backup workflows
1 parent e23b2be commit 2019ec3

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/backup-eclipse-releases-to-gcp.yml

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
name: Backup Eclipse Releases to GCP
22

33
on:
4+
workflow_call:
5+
inputs:
6+
ls_version:
7+
description: The suffix of the p2 repo URL in S3 (i.e. 2023-11-01)
8+
required: true
9+
type: string
10+
release_version:
11+
description: Release version (i.e. 4.20.1.RELEASE)
12+
required: true
13+
type: string
414
workflow_dispatch:
515
inputs:
616
ls_version:

.github/workflows/publish-eclipse-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
with:
4444
ls_version: ${{ inputs.ls_version }}
4545
release_version: ${{ inputs.release_version }}.RELEASE
46+
secrets: inherit
4647

4748
# create-github-release:
4849
# uses: ./.github/workflows/create-gh-release.yml

0 commit comments

Comments
 (0)