Skip to content

Commit

Permalink
Remove unneeded token
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava authored Jan 17, 2025
1 parent 98d03c4 commit 29ea7a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ 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 All @@ -109,4 +107,4 @@ jobs:
run: |
rm -f ~/.gradle/caches/modules-2/modules-2.lock
rm -f ~/.gradle/caches/modules-2/gc.properties
if: ${{ matrix.language == 'java' }}
if: ${{ matrix.language == 'java' }}

0 comments on commit 29ea7a4

Please sign in to comment.