diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78637933..b9b73b2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: env: - PACT_BROKER_BASE_URL: https://test.pactflow.io + PACT_BROKER_BASE_URL: ${{ secrets.PACT_BROKER_BASE_URL }} PACT_BROKER_TOKEN: ${{ secrets.PACTFLOW_TOKEN_FOR_CI_CD_WORKSHOP }} PACT_BROKER_PUBLISH_VERIFICATION_RESULTS: true GIT_COMMIT: ${{ github.sha }}