Skip to content

Commit

Permalink
ci: set pact base url
Browse files Browse the repository at this point in the history
  • Loading branch information
aftouh committed Sep 6, 2024
1 parent 44af798 commit 92d1d17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
required: true

env:
PACT_BROKER_BASE_URL: https://test.pactflow.io
PACT_BROKER_BASE_URL: ${{ secrets.PACT_BROKER_BASE_URL }}
PACT_BROKER_TOKEN: ${{ secrets.PACTFLOW_TOKEN_FOR_CI_CD_WORKSHOP }}
PACT_BROKER_PUBLISH_VERIFICATION_RESULTS: true
PACT_URL: ${{ github.event.client_payload.pact_url }}
Expand Down

0 comments on commit 92d1d17

Please sign in to comment.