diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 15:56:13 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 15:56:13 -0500 |
| commit | 91e10597dd1409fbf4e88bbd43f23ce69dc4431b (patch) | |
| tree | 35545e3d07c2d36a20d932e04afe14f5a2d6efc9 /.github/workflows | |
| parent | 24a2c53fa53316667d7618fac3d9ffe12aa5eb57 (diff) | |
| download | ghasandbox-91e10597dd1409fbf4e88bbd43f23ce69dc4431b.tar.gz | |
OK
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pipeline_deliver.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
