Skip to content

Commit 8587b53

Browse files
committed
ci: add pat token
1 parent 5bb3d35 commit 8587b53

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
@@ -195,6 +195,7 @@ jobs:
195195
- name: Create GitHub Release and Upload Assets
196196
uses: softprops/action-gh-release@v2
197197
with:
198+
token: ${{ secrets.PAT_TOKEN }}
198199
tag_name: v${{ env.VERSION }}
199200
name: Release v${{ env.VERSION }}
200201
generate_release_notes: true

0 commit comments

Comments
 (0)