Skip to content

Commit 7c88dea

Browse files
authored
Use token with additional powers
1 parent 5baede0 commit 7c88dea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cut-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Cut Release
2929
uses: softprops/action-gh-release@v2
3030
with:
31+
token: ${{ secrets.REPO_TOKEN }}
3132
tag_name: ${{ steps.bump_version.outputs.new_tag }}
3233
generate_release_notes: true
3334
files: '*' # TODO: Narrow scope to specific action directories

0 commit comments

Comments
 (0)