File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 7
7
branches : [ master ]
8
8
workflow_dispatch :
9
9
10
+ env :
11
+ GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
10
12
jobs :
11
13
generate_versions :
12
14
name : Generate versions
13
15
runs-on : ubuntu-latest
14
- env :
15
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
- uses : gradle/gradle-build-action@v2
28
28
sanity_check :
29
29
name : Sanity check
30
30
runs-on : ubuntu-latest
31
- env :
32
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
33
31
steps :
34
32
- uses : actions/checkout@v2
35
33
- uses : actions/setup-java@v2
44
42
name : Android version tests
45
43
needs : [ generate_versions, sanity_check ]
46
44
runs-on : ubuntu-latest
47
- env :
48
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
49
45
strategy :
50
46
fail-fast : false
51
47
matrix :
You can’t perform that action at this time.
0 commit comments