From 91e10597dd1409fbf4e88bbd43f23ce69dc4431b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 15 Jan 2025 15:56:13 -0500 Subject: OK --- .github/workflows/pipeline_deliver.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/pipeline_deliver.yml b/.github/workflows/pipeline_deliver.yml index 2418007..c729a9b 100644 --- a/.github/workflows/pipeline_deliver.yml +++ b/.github/workflows/pipeline_deliver.yml @@ -52,9 +52,11 @@ jobs: - name: Index uses: ./.github/actions/stasis_indexer with: + artifactory_url: https://blah.tld artifactory_repo: ${{ inputs.artifactory_repo }} mission: ${{ inputs.mission }} build_name: ${{ inputs.build_name }} destination: ${{ inputs.destination }} stasis_indexer_args: ${{ inputs.stasis_indexer_args }} + release_notes_pat: anonymous -- cgit