Skip to content

Commit c2f8c2e

Browse files
author
Jacek Gębal
committed
Fixing the pom to allow for builds against a snapshot version of API
1 parent efb68e5 commit c2f8c2e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/api-snapshot-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ jobs:
6161
run: |
6262
API_VERSION="${{ github.event.client_payload.api_version || inputs.api_version }}"
6363
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

Comments
 (0)