Skip to content

Commit

Permalink
Update create release to use github token (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik-sivadas authored Apr 10, 2024
1 parent aeae570 commit d06a982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ env.LATEST_TAG }}
name: Release ${{ env.LATEST_TAG }}
bodyFile: release-notes.md
Expand Down

0 comments on commit d06a982

Please sign in to comment.