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 ba3913e commit 172aea1Copy full SHA for 172aea1
.github/workflows/build.yml
@@ -31,6 +31,6 @@ jobs:
31
restore-keys: ${{ runner.os }}-m2
32
- name: Build and analyze
33
env:
34
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
+ GITHUB_TOKEN: ${{ secrets.ECNJ_GITHUB_TOKEN }} # Needed to get PR information, if any
35
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
36
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=oracle_weblogic-monitoring-exporter
0 commit comments