File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 65
65
steps :
66
66
- uses : actions/checkout@v4
67
67
- uses : ./.github/actions/deploy-ubuntu
68
+ with :
69
+ gradle-cache-encryption-key : ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
68
70
linux-arm64 :
69
71
runs-on : ubuntu-22.04
70
72
strategy :
74
76
steps :
75
77
- uses : actions/checkout@v4
76
78
- uses : ./.github/actions/deploy-ubuntu
79
+ with :
80
+ gradle-cache-encryption-key : ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
77
81
linux-ppc64le :
78
82
runs-on : ubuntu-22.04
79
83
strategy :
83
87
steps :
84
88
- uses : actions/checkout@v4
85
89
- uses : ./.github/actions/deploy-ubuntu
90
+ with :
91
+ gradle-cache-encryption-key : ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
86
92
linux-x86 :
87
93
runs-on : ubuntu-22.04
88
94
strategy :
92
98
steps :
93
99
- uses : actions/checkout@v4
94
100
- uses : ./.github/actions/deploy-ubuntu
101
+ with :
102
+ gradle-cache-encryption-key : ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
95
103
linux-x86_64 :
96
104
runs-on : ubuntu-22.04
97
105
strategy :
@@ -155,7 +163,7 @@ jobs:
155
163
- name : Setup Gradle
156
164
uses : gradle/actions/setup-gradle@v3
157
165
with :
158
- cache-encryption-key : ${{ inputs.gradle-cache-encryption-key }}
166
+ cache-encryption-key : ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
159
167
gradle-home-cache-cleanup : true
160
168
build-scan-publish : true
161
169
build-scan-terms-of-use-url : " https://gradle.com/terms-of-service"
You can’t perform that action at this time.
0 commit comments