There was an error while loading. Please reload this page.
1 parent efb68e5 commit c2f8c2eCopy full SHA for c2f8c2e
1 file changed
.github/workflows/api-snapshot-check.yml
@@ -61,3 +61,6 @@ jobs:
61
run: |
62
API_VERSION="${{ github.event.client_payload.api_version || inputs.api_version }}"
63
mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=utPLSQL_utPLSQL-maven-plugin -Dutplsql-java-api.version="$API_VERSION"
64
+ env:
65
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments