Skip to content

Commit 5242e32

Browse files
authored
Add missing variables
1 parent 12e86f3 commit 5242e32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
# Potential stop-gap solution for ReadTimeout issues with the Gradle Build Cache
7575
# https://gradle.slack.com/archives/CHDLT99C6/p1636477584059200
7676
GRADLE_OPTS: -Dhttp.keepAlive=false
77+
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }}
78+
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.GPG_PRIVATE_KEY_ID }}
79+
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_PASSPHRASE }}
7780

7881
- name: Compile with Gradle without Build Scan
7982
if: ${{ matrix.language == 'java' && github.repository_owner != 'gradle' }}

0 commit comments

Comments
 (0)