Skip to content

Commit

Permalink
Add needed env var
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Jan 15, 2025
1 parent 4745dba commit dc1a9b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_develop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java CI with Maven
name: Java CI with Gradle

on:
push:
Expand Down Expand Up @@ -41,3 +41,4 @@ jobs:
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
RELEASE_GRADLE_PLUGIN_TOKEN: ${{ secrets.RELEASE_GRADLE_PLUGIN_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
- name: Compile with Gradle without Build Scan
if: ${{ matrix.language == 'java' && github.repository_owner != 'gradle' }}
run: ./gradlew --init-script .github/workflows/codeql-analysis.init.gradle -S testClasses
env:
RELEASE_GRADLE_PLUGIN_TOKEN: ${{ secrets.RELEASE_GRADLE_PLUGIN_TOKEN }}

- name: Cleanup Gradle Daemons
run: ./gradlew --stop
Expand Down

0 comments on commit dc1a9b5

Please sign in to comment.