Skip to content

Commit

Permalink
Change how to access the output from the other job
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Dec 18, 2024
1 parent e586f50 commit 677d3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ steps.generate-token.outputs.token }}
token: ${{ needs.release.outputs.token }}
repository: nasa-impact/veda-config
event-type: update-version
client-payload: '{"ref": "${{ github.ref }}", "VERSION_NUMBER": "${{ env.VERSION_NUMBER }}"}'
client-payload: '{"ref": "${{ github.ref }}", "VERSION_NUMBER": "${{ needs.release..VERSION_NUMBER }}"}'

0 comments on commit 677d3e1

Please sign in to comment.