We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f725009 commit b14dda7Copy full SHA for b14dda7
1 file changed
.github/workflows/Android-CI.yml
@@ -10,6 +10,10 @@ jobs:
10
buildTest:
11
name: Build & Test
12
runs-on: ${{ matrix.os }}
13
+ permissions:
14
+ contents: write
15
+ pull-requests: write
16
+ repository-projects: write
17
strategy:
18
fail-fast: false
19
matrix:
0 commit comments