From e70958b94f12630e4d4352d8726889a44be3d721 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Tue, 10 Dec 2024 16:04:22 +0000 Subject: [PATCH] chore: update to testdemo.pactflow.io --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50c75a4..b482ee3 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: https://testdemo.pactflow.io PACT_BROKER_TOKEN: ${{ secrets.PACTFLOW_TOKEN_FOR_CI_CD_WORKSHOP }} BASE_URL: http://localhost:5000 GIT_COMMIT: ${{ github.sha }} diff --git a/README.md b/README.md index abb25b7..a0faea1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is an example of a Java consumer that uses Pact with Junit, [PactFlow](http The project uses a Makefile to simulate a very simple build pipeline with two stages - test and deploy. -It is using a public tenant on PactFlow, which you can access [here](https://test.pactflow.io) using the credentials `dXfltyFMgNOFZAxr8io9wJ37iUpY42M`/`O5AIZWxelWbLvqMd8PkAVycBJh2Psyg1`. +It is using a public tenant on PactFlow, which you can access [here](https://testdemo.pactflow.io) using the credentials `dXfltyFMgNOFZAxr8io9wJ37iUpY42M`/`O5AIZWxelWbLvqMd8PkAVycBJh2Psyg1`. See the canonical consumer example here: https://github.com/pactflow/example-consumer See also the full [PactFlow CI/CD Workshop](https://docs.pactflow.io/docs/workshops/ci-cd) for which this can be substituted in as the "consumer".