We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b12dfb commit 3d021deCopy full SHA for 3d021de
.github/workflows/codeql-analysis.yml
@@ -82,7 +82,8 @@ jobs:
82
if: ${{ matrix.language == 'java' && github.repository_owner != 'gradle' }}
83
run: ./gradlew --init-script .github/workflows/codeql-analysis.init.gradle -S testClasses
84
env:
85
- RELEASE_GRADLE_PLUGIN_TOKEN: ${{ secrets.RELEASE_GRADLE_PLUGIN_TOKEN }}
+ PACKAGES_USER: ${{ secrets.PACKAGES_USER }}
86
+ PACKAGES_ACCESS_TOKEN: ${{ secrets.PACKAGES_ACCESS_TOKEN }}
87
88
- name: Cleanup Gradle Daemons
89
run: ./gradlew --stop
0 commit comments