Skip to content

Commit a5223b7

Browse files
ci: update GITHUB_TOKEN to use WINGET_CREATE_GITHUB_TOKEN for manifest updates
1 parent 95e50c4 commit a5223b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-winget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Update WinGet manifest
6969
env:
70-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70+
GITHUB_TOKEN: ${{ secrets.WINGET_CREATE_GITHUB_TOKEN }}
7171
run: |
7272
$version = "${{ steps.release.outputs.VERSION }}"
7373
$tag = "${{ steps.release.outputs.TAG }}"

0 commit comments

Comments
 (0)