Skip to content

Commit

Permalink
Updating Specmatic URL and orgId
Browse files Browse the repository at this point in the history
Updating Specmatic URL and orgId
  • Loading branch information
harikrishnan83 authored May 15, 2024
1 parent fddb31a commit 1b9e430
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1b9e430

Please sign in to comment.