Skip to content

Commit d06a982

Browse files
Update create release to use github token (#28)
1 parent aeae570 commit d06a982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-notes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Create Release
2323
uses: ncipollo/release-action@v1
2424
with:
25-
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
25+
token: ${{ secrets.GITHUB_TOKEN }}
2626
tag: ${{ env.LATEST_TAG }}
2727
name: Release ${{ env.LATEST_TAG }}
2828
bodyFile: release-notes.md

0 commit comments

Comments
 (0)