Skip to content

Commit

Permalink
whitespace...
Browse files Browse the repository at this point in the history
  • Loading branch information
tlangs committed Apr 2, 2024
1 parent 9bae8a6 commit 89b5d9b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/publish-branch-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
-Djib.console=plain
- name: Push GCR image
run: 'docker push ${{ steps.image-name.outputs.name }}'
report-to-sherlock:
# Report new ECM version to Broad DevOps
uses: broadinstitute/sherlock/.github/workflows/client-report-app-version.yaml@main
needs: publish-branch-image-job
with:
new-version: ${{ needs.publish-branch-image-job.outputs.tag }}
chart-name: 'externalcreds'
permissions:
contents: 'read'
id-token: 'write'
report-to-sherlock:
# Report new ECM version to Broad DevOps
uses: broadinstitute/sherlock/.github/workflows/client-report-app-version.yaml@main
needs: publish-branch-image-job
with:
new-version: ${{ needs.publish-branch-image-job.outputs.tag }}
chart-name: 'externalcreds'
permissions:
contents: 'read'
id-token: 'write'

0 comments on commit 89b5d9b

Please sign in to comment.