From 3c92fdc171d53726007f90fa3e007a80f34ed005 Mon Sep 17 00:00:00 2001 From: Tuan Pham Date: Mon, 16 Oct 2023 23:26:39 +1100 Subject: [PATCH] Update contract_requiring_verification_published.yml --- .github/workflows/contract_requiring_verification_published.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contract_requiring_verification_published.yml b/.github/workflows/contract_requiring_verification_published.yml index 4956fe07..ca139c42 100644 --- a/.github/workflows/contract_requiring_verification_published.yml +++ b/.github/workflows/contract_requiring_verification_published.yml @@ -14,7 +14,7 @@ on: required: true env: - PACT_BROKER_BASE_URL: https://test.pactflow.io + PACT_BROKER_BASE_URL: https://papabear.pactflow.io PACT_BROKER_TOKEN: ${{ secrets.PACTFLOW_TOKEN_FOR_CI_CD_WORKSHOP }} PACT_BROKER_PUBLISH_VERIFICATION_RESULTS: true PACT_URL: ${{ github.event.client_payload.pact_url }}