From 1b9e430a5f9b7b7de822bf73258539a43c3e739a Mon Sep 17 00:00:00 2001 From: HariKrishnan Date: Wed, 15 May 2024 22:12:29 +0530 Subject: [PATCH] Updating Specmatic URL and orgId Updating Specmatic URL and orgId --- .github/workflows/maven.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6b73a0b..762acdb 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -35,9 +35,10 @@ jobs: - name: Run Specmatic Insights Github Build Reporter working-directory: . run: | - npx specmatic-insights-github-build-reporter --specmatic-insights-host https://20d4-103-163-106-75.ngrok-free.app --specmatic-coverage ./build/reports/specmatic/coverage_report.json + npx specmatic-insights-github-build-reporter --specmatic-insights-host $SPECMATIC_URL --specmatic-coverage ./build/reports/specmatic/coverage_report.json env: - GITHUB_ORG_ID: ${{ secrets.SPECMATIC_INSIGHTS_ORG_ID }} + SPECMATIC_URL: ${{ secrets.SPECMATIC_URL }} + GITHUB_ORG_ID: ${{ secrets.SPECMATIC_ORG_ID }} GITHUB_TOKEN: ${{ secrets.SPECMATIC_INSIGHTS_ACCESS_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} GITHUB_RUN_ID: ${{ github.run_id }}