diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a688a810..e1de8a22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,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 }} REACT_APP_API_BASE_URL: http://localhost:3001 GIT_COMMIT: ${{ github.sha }}