We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc772ab commit b718dbeCopy full SHA for b718dbe
.github/workflows/release.yaml
@@ -61,13 +61,11 @@ jobs:
61
winget-pkg-pr:
62
needs: [version-detection, build]
63
runs-on: windows-2022
64
- permissions:
65
- contents: write
66
steps:
67
- name: Create PR
68
uses: vedantmgoyal2009/winget-releaser@v2
69
with:
70
identifier: YaSuenag.SimpleCom
71
installers-regex: '\.msi$'
72
version: ${{ needs.version-detection.outputs.version-num }}
73
- token: ${{ github.token }}
+ token: ${{ secrets.WINGET_TOKEN }}
0 commit comments