Skip to content

Commit

Permalink
Update token for winget PR
Browse files Browse the repository at this point in the history
  • Loading branch information
YaSuenag committed Dec 10, 2023
1 parent cc772ab commit b718dbe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,11 @@ jobs:
winget-pkg-pr:
needs: [version-detection, build]
runs-on: windows-2022
permissions:
contents: write
steps:
- name: Create PR
uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: YaSuenag.SimpleCom
installers-regex: '\.msi$'
version: ${{ needs.version-detection.outputs.version-num }}
token: ${{ github.token }}
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit b718dbe

Please sign in to comment.