Skip to content

Commit f88abb1

Browse files
Potential fix for code scanning alert no. 11: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 515eebb commit f88abb1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
ANDROID_KEY_PASSWORD:
1414
required: true
1515

16+
permissions:
17+
contents: read
18+
1619
jobs:
1720
build-android-release:
1821
name: Android Release

0 commit comments

Comments
 (0)