mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Add missing permission to release workflow
This commit is contained in:
parent
2935f8ede9
commit
49b01d37b1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
@ -3,6 +3,9 @@ name: Release
|
|||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
init:
|
||||
name: Init
|
||||
|
|
Loading…
Reference in a new issue