fix: add permissions to workflow for GitHub release creation

This commit is contained in:
Nedifinita
2025-07-15 14:25:14 +08:00
parent abc6bcddf7
commit 8b16b4c5d2

View File

@@ -6,6 +6,10 @@ on:
- 'v*'
workflow_dispatch:
permissions:
contents: write
actions: read
jobs:
release:
runs-on: ubuntu-latest