Skip to content

Commit 4e76253

Browse files
committed
updated build
1 parent 8f51d0d commit 4e76253

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
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://testdemo.pactflow.io
8+
PACT_BROKER_BASE_URL: https://praveenem.pactflow.io
99
PACT_BROKER_TOKEN: ${{ secrets.PACTFLOW_TOKEN_FOR_CI_CD_WORKSHOP }}
1010
PACT_BROKER_PUBLISH_VERIFICATION_RESULTS: true
1111
GIT_COMMIT: ${{ github.sha }}

.github/workflows/verify_changed_pact.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- pact_changed
77

88
env:
9-
PACT_BROKER_BASE_URL: https://testdemo.pactflow.io
9+
PACT_BROKER_BASE_URL: https://praveenem.pactflow.io
1010
PACT_BROKER_TOKEN: ${{ secrets.PACTFLOW_TOKEN_FOR_CI_CD_WORKSHOP }}
1111
PACT_BROKER_PUBLISH_VERIFICATION_RESULTS: true
1212
GIT_COMMIT: ${{ github.sha }}

0 commit comments

Comments
 (0)