Skip to content

Commit

Permalink
fix: workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srajasimman committed Jul 1, 2024
1 parent a193f90 commit 9f261d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: changelog
uses: requarks/changelog-action@v1
with:
token: ${{ github.token }}
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}

- name: Create Release
Expand All @@ -27,4 +27,4 @@ jobs:
makeLatest: true
name: ${{ github.ref_name }}
body: ${{ steps.changelog.outputs.changes }}
token: ${{ github.token }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9f261d0

Please sign in to comment.