Skip to content

Commit 8689117

Browse files
ci: move workflow permissions to job level (SonarCloud)
1 parent b4f5216 commit 8689117

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/e2e-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ env:
1414
BUILD_CACHE_AWS_SECRET_KEY: ${{ secrets.BUILD_CACHE_AWS_SECRET_KEY }}
1515
jobs:
1616
build:
17+
permissions:
18+
actions: write
19+
contents: read
1720
name: ${{ inputs.app }} apks
1821
runs-on: ubuntu-24.04
19-
permissions:
2022
contents: read
2123
steps:
2224
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0.0.0

0 commit comments

Comments
 (0)