Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 57f86cf

Browse files
committed
fix(winget): wrong token
1 parent 7b3c432 commit 57f86cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-winget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
uses: vedantmgoyal9/winget-releaser@main
1717
with:
1818
identifier: TriliumNext.Notes
19-
token: ${{ secrets.token }}
19+
token: ${{ secrets.WINGET_PAT }}
2020
release-tag: ${{ github.event.inputs.release_tag || github.event.release.tag_name }}

0 commit comments

Comments
 (0)