Skip to content

Commit 1e164ee

Browse files
authored
Update gradle_snapshot.yml to contents write
1 parent 3fe8995 commit 1e164ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gradle_snapshot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@ name: Snapshot
66
on:
77
push:
88
branches: [ '3.x' ]
9+
10+
permissions:
11+
contents: read
912

1013
jobs:
1114
build:
1215

1316
runs-on: ubuntu-latest
1417
if: github.repository == 'ReactiveX/RxJava'
18+
permissions:
19+
contents: write
1520
env:
1621
# ------------------------------------------------------------------------------
1722
CI_BUILD_NUMBER: ${{ github.run_number }}

0 commit comments

Comments
 (0)