Skip to content

Commit ec3a253

Browse files
Add token input for GitHub release action (#319)
1 parent bc3330c commit ec3a253

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
with:
5656
tag_name: ${{ github.event.inputs.tag }}
5757
generate_release_notes: true
58+
token: ${{ secrets.GITHUB_TOKEN }}
5859

5960
notify:
6061
needs: release

0 commit comments

Comments
 (0)