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 32cf79d + 1783a70 commit 981bc1eCopy full SHA for 981bc1e
.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