Skip to content

Commit 3c4959f

Browse files
committed
ci: encrypted gradle cache
1 parent 7f3ba6e commit 3c4959f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Set up Gradle
2424
uses: gradle/actions/setup-gradle@v3
2525
with:
26+
cache-encryption-key: ${{ secrets.GradleEncryptionKey }}
2627
validate-wrappers: true
2728
build-scan-publish: true
2829
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"

0 commit comments

Comments
 (0)