mirror of
https://github.com/zadam/trilium.git
synced 2025-12-17 21:08:34 +08:00
ci: Fix permissions for nightly
This commit is contained in:
parent
b44c2f5ebf
commit
5c44ac5ad8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
|
@ -8,6 +8,8 @@ on:
|
|||
env:
|
||||
GITHUB_UPLOAD_URL: https://uploads.github.com/repos/TriliumNext/Notes/releases/179589950/assets{?name,label}
|
||||
GITHUB_RELEASE_ID: 179589950
|
||||
permissions:
|
||||
contents: write
|
||||
jobs:
|
||||
nightly-electron:
|
||||
name: Deploy nightly
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue