Skip to content

Commit ae4a3aa

Browse files
CopilotDennisAlund
andcommitted
Add explicit GITHUB_TOKEN permissions to PR workflow
Co-authored-by: DennisAlund <2051607+DennisAlund@users.noreply.github.com>
1 parent 111b943 commit ae4a3aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr_build_example.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
name: Android example build (debug)
99
runs-on: ubuntu-latest
1010
timeout-minutes: 45
11+
permissions:
12+
contents: read
1113
env:
1214
CI: true
1315
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.vfs.watch=false

0 commit comments

Comments
 (0)