We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d29d49 commit 311e256Copy full SHA for 311e256
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Publish to winget
48
env:
49
- WINGET_GH_TOKEN: ${{ secrets.WINGET_GH_TOKEN }}
+ WINGET_CREATE_GITHUB_TOKEN: ${{ secrets.WINGET_GH_TOKEN }}
50
run: ./winget-publish.ps1
51
52
- name: Copy the binary to Chocolatey path
winget-publish.ps1
@@ -15,4 +15,4 @@ Get-ChildItem -Path ".winget" -Filter *.yaml | Foreach-Object -Process {
15
Set-Content -Encoding Utf8 -Path $FilePath -Value $Content
16
}
17
18
-.\wingetcreate.exe submit -p "procgov v$Version" -t "$env:WINGET_GH_TOKEN" .winget
+.\wingetcreate.exe submit -p "procgov v$Version" .winget
0 commit comments