We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc648e0 + 9c44b70 commit 1783a70Copy full SHA for 1783a70
.github/workflows/pr-build-workflow.yml
@@ -2,6 +2,11 @@ name: PR Build
2
3
on: pull_request
4
5
+env:
6
+ GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
7
+ GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
8
+ GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
9
+
10
permissions:
11
contents: read
12
0 commit comments