Skip to content

Commit

Permalink
Updated winget with mrhinsh user token
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Jul 16, 2024
1 parent 0e1ddc7 commit 5bd0436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ jobs:
- name: "Winget Release"
shell: pwsh
run: |
.\build\releaseWingetPackage.ps1 -version ${{ needs.Setup.outputs.GitVersion_SemVer }} -ring ${{needs.Setup.outputs.nkdAgility_Ring}} -GH_TOKEN ${{ secrets.GITHUB_TOKEN }}
.\build\releaseWingetPackage.ps1 -version ${{ needs.Setup.outputs.GitVersion_SemVer }} -ring ${{needs.Setup.outputs.nkdAgility_Ring}} -GH_TOKEN ${{ secrets.NKD_MRHINSH_TOKEN }}
# Release to Docs
DocsRelease:
Expand Down

0 comments on commit 5bd0436

Please sign in to comment.