fix: add permissions to workflow for GitHub release creation

This commit is contained in:
Nedifinita
2025-07-15 14:25:14 +08:00
parent 38e637de1e
commit ad197334bb

View File

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