Skip to content

Commit 59fe5af

Browse files
committed
ci: secret.GRADLEENCRYPTIONKEY
1 parent 105251e commit 59fe5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Gradle
2727
uses: gradle/actions/setup-gradle@v3
2828
with:
29-
cache-encryption-key: ${{ secrets.GradleEncryptionKey }}
29+
cache-encryption-key: ${{ secrets.GRADLEENCRYPTIONKEY }}
3030
validate-wrappers: true
3131
build-scan-publish: true
3232
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"

0 commit comments

Comments
 (0)