We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed674be commit bfe4abaCopy full SHA for bfe4aba
.github/workflows/gradle_release.yml
@@ -10,10 +10,15 @@ on:
10
tags:
11
- 'v3.*.*'
12
13
+permissions:
14
+ contents: read
15
+
16
jobs:
17
build:
18
19
runs-on: ubuntu-latest
20
+ permissions:
21
+ contents: write
22
env:
23
CI_BUILD_NUMBER: ${{ github.run_number }}
24
steps:
.github/workflows/gradle_snapshot.yml
@@ -6,12 +6,17 @@ name: Snapshot
6
on:
7
push:
8
branches: [ '3.x' ]
9
if: github.repository == 'ReactiveX/RxJava'
# ------------------------------------------------------------------------------
0 commit comments