From f5818046a1927ce35f20b92a8454d591326fe394 Mon Sep 17 00:00:00 2001 From: Tuan Pham Date: Tue, 17 Oct 2023 11:39:07 +1100 Subject: [PATCH] fix: revert build yml file to use secrets to fix the build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e8cf2c2..d86277cd 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: ${{ env.PACT_PROVIDER }} + PACT_PROVIDER: ${{ secrets.PACT_PROVIDER }} PACT_BROKER_TOKEN: ${{ secrets.PACTFLOW_TOKEN_FOR_CI_CD_WORKSHOP }} REACT_APP_API_BASE_URL: http://localhost:3001 GIT_COMMIT: ${{ github.sha }}