diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d86277cd..8e8cf2c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: env: PACT_BROKER_BASE_URL: ${{ secrets.PACT_BROKER_BASE_URL }} - PACT_PROVIDER: ${{ secrets.PACT_PROVIDER }} + PACT_PROVIDER: ${{ env.PACT_PROVIDER }} PACT_BROKER_TOKEN: ${{ secrets.PACTFLOW_TOKEN_FOR_CI_CD_WORKSHOP }} REACT_APP_API_BASE_URL: http://localhost:3001 GIT_COMMIT: ${{ github.sha }}