Skip to content

Commit 20350fa

Browse files
ci: move workflow permissions to job level (SonarCloud)
1 parent 5943755 commit 20350fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sdk-size-updates.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ concurrency:
1212
cancel-in-progress: true
1313
jobs:
1414
update-sdk-sizes:
15-
uses: GetStream/stream-build-conventions-android/.github/workflows/sdk-size-updates.yml@8c5fbade4ee9c06a0a979bcb0866e64669254f73
1615
permissions:
16+
contents: read
17+
uses: GetStream/stream-build-conventions-android/.github/workflows/sdk-size-updates.yml@8c5fbade4ee9c06a0a979bcb0866e64669254f73
1718
pull-requests: write
1819
with:
1920
modules: "stream-chat-android-client stream-chat-android-ui-components stream-chat-android-compose"

0 commit comments

Comments
 (0)