Skip to content

Commit

Permalink
Modify to support downloading to the dispatched sign-digest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonleenaylor committed May 10, 2024
1 parent db65b32 commit 8fcd68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ jobs:
token: ${{ secrets.JOB_LAUNCHER }}
workflow: sign-digest.yml
repo: sillsdev/codesign
ref: refs/heads/main
inputs: '{ "job": ${{ toJSON(steps.msi-digest.outputs.job) }} }'
ref: refs/heads/feature/enableDispatchCalls
inputs: '{ "job": ${{ toJSON(steps.msi-digest.outputs.job) }}, "token": ${{ secrets.JOB_LAUNCHER }}, "calling-repo": ${{ github.repository }}, "run-id": ${{ github.run_id }} }'
id: launch-sign-msi
if: github.event_name != 'pull_request'

Expand Down

0 comments on commit 8fcd68c

Please sign in to comment.