Skip to content

Commit dc1a9b5

Browse files
committed
Add needed env var
1 parent 4745dba commit dc1a9b5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build_develop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Java CI with Maven
1+
name: Java CI with Gradle
22

33
on:
44
push:
@@ -41,3 +41,4 @@ jobs:
4141
env:
4242
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
4343
GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
44+
RELEASE_GRADLE_PLUGIN_TOKEN: ${{ secrets.RELEASE_GRADLE_PLUGIN_TOKEN }}

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
- name: Compile with Gradle without Build Scan
8282
if: ${{ matrix.language == 'java' && github.repository_owner != 'gradle' }}
8383
run: ./gradlew --init-script .github/workflows/codeql-analysis.init.gradle -S testClasses
84+
env:
85+
RELEASE_GRADLE_PLUGIN_TOKEN: ${{ secrets.RELEASE_GRADLE_PLUGIN_TOKEN }}
8486

8587
- name: Cleanup Gradle Daemons
8688
run: ./gradlew --stop

0 commit comments

Comments
 (0)