Skip to content

Commit

Permalink
Update GRADLEENCRYPTIONKEY
Browse files Browse the repository at this point in the history
  • Loading branch information
illarionov committed Jan 15, 2025
1 parent 240cb5e commit 134b231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
cache-encryption-key: ${{ secrets.GradleEncryptionKey }}
cache-encryption-key: ${{ secrets.GRADLEENCRYPTIONKEY }}
dependency-graph: generate

- name: Restore Kotlin Native Cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SubmitDependencySnapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- name: Retrieve dependency graph artifact and submit
uses: gradle/actions/setup-gradle@v4
with:
cache-encryption-key: ${{ secrets.GradleEncryptionKey }}
cache-encryption-key: ${{ secrets.GRADLEENCRYPTIONKEY }}
dependency-graph: download-and-submit

0 comments on commit 134b231

Please sign in to comment.