Skip to content

Commit

Permalink
Change output name
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Dec 18, 2024
1 parent 4291dcb commit 8e75a2f
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 @@ -14,7 +14,7 @@ jobs:
release:
runs-on: ubuntu-latest
outputs:
token: ${{ steps.generate-token.outputs.token }}
APP_TOKEN: ${{ steps.generate-token.outputs.token }}
VERSION_NUMBER: ${{ steps.git-release.outputs.VERSION_NUMBER }}
steps:
- name: Generate a token
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ needs.release.outputs.token }}
token: ${{ needs.release.outputs.APP_TOKEN }}
repository: nasa-impact/veda-config
event-type: update-version
client-payload: '{"ref": "${{ github.ref }}", "VERSION_NUMBER": "${{ needs.release.outputs.VERSION_NUMBER }}"}'

0 comments on commit 8e75a2f

Please sign in to comment.