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 77 branches : [ master ]
88 workflow_dispatch :
99
10+ env :
11+ GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
1012jobs :
1113 generate_versions :
1214 name : Generate versions
1315 runs-on : ubuntu-latest
14- env :
15- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
1616 steps :
1717 - uses : actions/checkout@v2
1818 - uses : gradle/gradle-build-action@v2
2828 sanity_check :
2929 name : Sanity check
3030 runs-on : ubuntu-latest
31- env :
32- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
3331 steps :
3432 - uses : actions/checkout@v2
3533 - uses : actions/setup-java@v2
4442 name : Android version tests
4543 needs : [ generate_versions, sanity_check ]
4644 runs-on : ubuntu-latest
47- env :
48- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
4945 strategy :
5046 fail-fast : false
5147 matrix :
You can’t perform that action at this time.
0 commit comments