chore(release): use PAT to trigger release (should fix auto-trigger for winget)

This commit is contained in:
Elian Doran 2025-04-17 23:55:51 +03:00
parent ddb9281203
commit cb80d62606
No known key found for this signature in database

View File

@ -118,3 +118,4 @@ jobs:
discussion_category_name: Announcements
make_latest: ${{ !contains(github.ref, 'rc') }}
prerelease: ${{ !contains(github.ref, 'rc') }}
token: ${{ secrets.RELEASE_PAT }}