Skip to content

Commit

Permalink
chore: tweak winget token
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Jul 29, 2024
1 parent 2beac67 commit 0697cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Publish to winget
shell: pwsh
env:
WINGET_GITHUB_TOKEN: ${{ secrets.WINGET_GITHUB_TOKEN }}
WINGET_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
run: |
echo 'Publishing to winget'
# The below can be uncommented after we've manually created the first release on winget
Expand Down

0 comments on commit 0697cda

Please sign in to comment.