Skip to content

Commit b718dbe

Browse files
committed
Update token for winget PR
1 parent cc772ab commit b718dbe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,11 @@ jobs:
6161
winget-pkg-pr:
6262
needs: [version-detection, build]
6363
runs-on: windows-2022
64-
permissions:
65-
contents: write
6664
steps:
6765
- name: Create PR
6866
uses: vedantmgoyal2009/winget-releaser@v2
6967
with:
7068
identifier: YaSuenag.SimpleCom
7169
installers-regex: '\.msi$'
7270
version: ${{ needs.version-detection.outputs.version-num }}
73-
token: ${{ github.token }}
71+
token: ${{ secrets.WINGET_TOKEN }}

0 commit comments

Comments
 (0)