diff options
| -rw-r--r-- | .github/actions/stasis_indexer/action.yml | 19 | ||||
| -rw-r--r-- | .github/workflows/pipeline_deliver.yml | 1 |
2 files changed, 6 insertions, 14 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 }} diff --git a/.github/workflows/pipeline_deliver.yml b/.github/workflows/pipeline_deliver.yml index c729a9b..78260e4 100644 --- a/.github/workflows/pipeline_deliver.yml +++ b/.github/workflows/pipeline_deliver.yml @@ -58,5 +58,4 @@ jobs: build_name: ${{ inputs.build_name }} destination: ${{ inputs.destination }} stasis_indexer_args: ${{ inputs.stasis_indexer_args }} - release_notes_pat: anonymous |
