File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 23
23
build :
24
24
name : Code
25
25
uses : ./.github/workflows/zxc-build-plugins.yaml
26
- secrets :
27
- gradle-cache-username : ${{ secrets.GRADLE_CACHE_USERNAME }}
28
- gradle-cache-password : ${{ secrets.GRADLE_CACHE_PASSWORD }}
Original file line number Diff line number Diff line change 2
2
name : " ZXC: Compile"
3
3
on :
4
4
workflow_call :
5
- secrets :
6
- gradle-cache-username :
7
- description : " The username used to authenticate with the Gradle Build Cache Node."
8
- required : true
9
- gradle-cache-password :
10
- description : " The password used to authenticate with the Gradle Build Cache Node."
11
- required : true
12
5
13
6
defaults :
14
7
run :
15
8
shell : bash
16
9
17
10
env :
18
11
LC_ALL : C.UTF-8
19
- GRADLE_CACHE_USERNAME : ${{ secrets.gradle-cache-username }}
20
- GRADLE_CACHE_PASSWORD : ${{ secrets.gradle-cache-password }}
12
+ GRADLE_CACHE_USERNAME : ${{ secrets.GRADLE_CACHE_USERNAME }}
13
+ GRADLE_CACHE_PASSWORD : ${{ secrets.GRADLE_CACHE_PASSWORD }}
21
14
22
15
jobs :
23
16
compile :
You can’t perform that action at this time.
0 commit comments