From 627fa041d632d07d656ef795595abf1eb118a8eb Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 15 Jan 2025 17:30:31 -0500 Subject: OK --- .github/actions/stasis_indexer/action.yml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to '.github/actions/stasis_indexer') 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 }} -- cgit