diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 17:30:31 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 17:30:31 -0500 |
| commit | 627fa041d632d07d656ef795595abf1eb118a8eb (patch) | |
| tree | a22d9132af45087226c31ce53b0c2e9a269b2a51 /.github/actions | |
| parent | 32b92436c3200549a38e83e71a00ca42f7059ed1 (diff) | |
| download | ghasandbox-627fa041d632d07d656ef795595abf1eb118a8eb.tar.gz | |
OK
Diffstat (limited to '.github/actions')
| -rw-r--r-- | .github/actions/stasis_indexer/action.yml | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/.github/actions/stasis_indexer/action.yml b/.github/actions/stasis_indexer/action.yml index d121441..2f09710 100644 --- a/.github/actions/stasis_indexer/action.yml +++ b/.github/actions/stasis_indexer/action.yml @@ -26,12 +26,12 @@ inputs: type: choice description: Mission name (e.g. hst) options: - - thing1 - - thing2 - - thing3 - - thing4 + - hst + - jwst + - roman + - generic required: true - default: "thing4" + default: "generic" build_name: type: string @@ -41,7 +41,7 @@ inputs: destination: type: string - description: Path to store an indexed delivery + description: Path to store an indexed delivery on-disk required: true default: "/path/to/stasis/releases" @@ -51,12 +51,6 @@ inputs: required: false default: "" - release_notes_pat: - type: string - description: GitHub token with WRITE - required: true - default: "" - env: REMOTE_PATHS: "/path/to/somewhere" @@ -126,4 +120,3 @@ runs: #Artifactory "generic" repository to write to STASIS_JF_REPO: ${{ inputs.artifactory_repo }} STASIS_JF_ACCESS_TOKEN: ${{ inputs.artifactory_access_key }} - STASIS_GH_TOKEN: ${{ inputs.release_notes_pat }} |
