mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 06:10:55 +08:00
fix(winget): wrong token
This commit is contained in:
parent
7b3c432698
commit
57f86cf60a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-winget.yml
vendored
2
.github/workflows/release-winget.yml
vendored
|
|
@ -16,5 +16,5 @@ jobs:
|
|||
uses: vedantmgoyal9/winget-releaser@main
|
||||
with:
|
||||
identifier: TriliumNext.Notes
|
||||
token: ${{ secrets.token }}
|
||||
token: ${{ secrets.WINGET_PAT }}
|
||||
release-tag: ${{ github.event.inputs.release_tag || github.event.release.tag_name }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue