Skip to content

Commit cebb609

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎.github/workflows/ci_build.yaml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build and Upload APK to Release
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches:
@@ -12,6 +15,8 @@ on:
1215
jobs:
1316
build:
1417
runs-on: ubuntu-latest
18+
permissions:
19+
contents: write
1520

1621
steps:
1722
- name: Checkout the code

0 commit comments

Comments
 (0)