Skip to content

Commit

Permalink
EPMRPP-86252 || Update github token (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam6ycha authored Sep 29, 2023
1 parent 3346681 commit f74904c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
id: createRelease
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ needs.calculate-version.outputs.releaseVersion }}
release_name: Release v${{ needs.calculate-version.outputs.releaseVersion }}
Expand All @@ -153,5 +153,5 @@ jobs:
if: success()
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.GH_TOKEN }}
event-type: version-released
token: ${{ secrets.GITHUB_TOKEN }}
event-type: version-released

0 comments on commit f74904c

Please sign in to comment.