diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7267942..07f08f7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,6 +28,8 @@ jobs: java-version: ${{ matrix.java }} - name: Build with Maven working-directory: main + env: + PERSONAL_ACCESS_TOKEN: ${{ secrets.CENTRAL_CONTRACT_REPO_ACCESS_TOKEN }} run: mvn test package jacoco:report - name: Upload artifact uses: actions/upload-artifact@v3 diff --git a/specmatic.json b/specmatic.json index dff4d65..b4041b1 100644 --- a/specmatic.json +++ b/specmatic.json @@ -2,7 +2,7 @@ "sources": [ { "provider": "git", - "repository": "https://github.com/znsio/specmatic-order-contracts.git", + "repository": "https://github.com/znsio/central-contract-repo-private.git", "test": [ "in/specmatic/examples/store/api_order_v3.yaml" ] @@ -30,4 +30,4 @@ } } } -} +} \ No newline at end of file