Skip to content

Commit d04998e

Browse files
committed
fix(workflow): use PAT instead of GitHub workflow token
1 parent ec2e406 commit d04998e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ jobs:
348348
- uses: softprops/action-gh-release@v2.2.1
349349
if: steps.tag.outputs.version != ''
350350
with:
351+
token: ${{ secrets.RELEASE_PAT }}
351352
body: |
352353
# Packages
353354

0 commit comments

Comments
 (0)