Skip to content

Commit

Permalink
Add configuration cache encryption key for GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jan 24, 2024
1 parent 5d43211 commit ebf7695
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
with:
distribution: 'zulu'
java-version: '21'
- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3-beta
with:
gradle-home-cache-cleanup: true
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
- run: ./gradlew assemble check --no-configuration-cache

0 comments on commit ebf7695

Please sign in to comment.