mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
fix(ci): Fix missing permissions for release workflow
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
2
.github/workflows/release-tag.yaml
vendored
2
.github/workflows/release-tag.yaml
vendored
@@ -15,3 +15,5 @@ jobs:
|
||||
uses: cunicu/.github/.github/workflows/release.yaml@v0.2.0
|
||||
secrets:
|
||||
PAT: ${{ secrets.PAT }}
|
||||
permissions:
|
||||
contents: write
|
Reference in New Issue
Block a user