Skip to content

Commit

Permalink
ci: change ncipollo/release-action token to PAT (personal access toke…
Browse files Browse the repository at this point in the history
…n) for trigger versioning flow
  • Loading branch information
leoli0605 committed Mar 16, 2024
1 parent 6f888f8 commit be2470f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
name: ${{ steps.changelog.outputs.tag }}
prerelease: false
tag: ${{ steps.changelog.outputs.tag }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT }}

- name: Update download links
if: steps.release.outputs.id != ''
Expand Down

0 comments on commit be2470f

Please sign in to comment.