Skip to content

Commit

Permalink
Inject GRADLE_ENCRYPTION_KEY for configuration cache
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Nov 6, 2024
1 parent 2be6e9e commit e6c3b52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/run-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ runs:
java-version: 21
check-latest: true
- uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4
with:
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
- shell: bash
env:
JAVA_HOME: ${{ steps.setup-gradle-jdk.outputs.path }}
Expand Down

0 comments on commit e6c3b52

Please sign in to comment.