mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(winget): wrong token
This commit is contained in:
parent
7b3c432698
commit
57f86cf60a
2
.github/workflows/release-winget.yml
vendored
2
.github/workflows/release-winget.yml
vendored
@ -16,5 +16,5 @@ jobs:
|
|||||||
uses: vedantmgoyal9/winget-releaser@main
|
uses: vedantmgoyal9/winget-releaser@main
|
||||||
with:
|
with:
|
||||||
identifier: TriliumNext.Notes
|
identifier: TriliumNext.Notes
|
||||||
token: ${{ secrets.token }}
|
token: ${{ secrets.WINGET_PAT }}
|
||||||
release-tag: ${{ github.event.inputs.release_tag || github.event.release.tag_name }}
|
release-tag: ${{ github.event.inputs.release_tag || github.event.release.tag_name }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user