Fix permission issue
This commit is contained in:
parent
6223c94a69
commit
4bb72f1fe8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -18,6 +18,9 @@ jobs:
|
|||
build:
|
||||
name: Build APKs
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
# For NejcZdovc/comment-pr
|
||||
pull-requests: write
|
||||
strategy:
|
||||
matrix:
|
||||
variant: [debug, release, nightly]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue