fix: add permissions to workflow for GitHub release creation
This commit is contained in:
4
.github/workflows/android-release.yml
vendored
4
.github/workflows/android-release.yml
vendored
@@ -6,6 +6,10 @@ on:
|
||||
- 'v*'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
actions: read
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user