Skip to content

Commit

Permalink
Update gradle_snapshot.yml to contents write
Browse files Browse the repository at this point in the history
  • Loading branch information
joycebrum committed Mar 14, 2023
1 parent 3fe8995 commit 1e164ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gradle_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ name: Snapshot
on:
push:
branches: [ '3.x' ]

permissions:
contents: read

jobs:
build:

runs-on: ubuntu-latest
if: github.repository == 'ReactiveX/RxJava'
permissions:
contents: write
env:
# ------------------------------------------------------------------------------
CI_BUILD_NUMBER: ${{ github.run_number }}
Expand Down

0 comments on commit 1e164ee

Please sign in to comment.