Skip to content

Commit e70958b

Browse files
committed
chore: update to testdemo.pactflow.io
1 parent 4de9864 commit e70958b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66

77
env:
8-
PACT_BROKER_BASE_URL: https://test.pactflow.io
8+
PACT_BROKER_BASE_URL: https://testdemo.pactflow.io
99
PACT_BROKER_TOKEN: ${{ secrets.PACTFLOW_TOKEN_FOR_CI_CD_WORKSHOP }}
1010
BASE_URL: http://localhost:5000
1111
GIT_COMMIT: ${{ github.sha }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is an example of a Java consumer that uses Pact with Junit, [PactFlow](http
88

99
The project uses a Makefile to simulate a very simple build pipeline with two stages - test and deploy.
1010

11-
It is using a public tenant on PactFlow, which you can access [here](https://test.pactflow.io) using the credentials `dXfltyFMgNOFZAxr8io9wJ37iUpY42M`/`O5AIZWxelWbLvqMd8PkAVycBJh2Psyg1`.
11+
It is using a public tenant on PactFlow, which you can access [here](https://testdemo.pactflow.io) using the credentials `dXfltyFMgNOFZAxr8io9wJ37iUpY42M`/`O5AIZWxelWbLvqMd8PkAVycBJh2Psyg1`.
1212

1313
See the canonical consumer example here: https://github.com/pactflow/example-consumer
1414
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".

0 commit comments

Comments
 (0)