Skip to content

Commit 29ea7a4

Browse files
authored
Remove unneeded token
1 parent 98d03c4 commit 29ea7a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ 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 }}
8684

8785
- name: Cleanup Gradle Daemons
8886
run: ./gradlew --stop
@@ -109,4 +107,4 @@ jobs:
109107
run: |
110108
rm -f ~/.gradle/caches/modules-2/modules-2.lock
111109
rm -f ~/.gradle/caches/modules-2/gc.properties
112-
if: ${{ matrix.language == 'java' }}
110+
if: ${{ matrix.language == 'java' }}

0 commit comments

Comments
 (0)