Skip to content

Commit

Permalink
ci: run can-i-deploy against pact-foundation.pactflow.io
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 13, 2023
1 parent 6f1d15f commit f1be5f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
steps:
- run: |
docker run --rm \
-e PACT_BROKER_BASE_URL=https://pact-oss.pactflow.io \
-e PACT_BROKER_BASE_URL=https://pact-foundation.pactflow.io \
-e PACT_BROKER_TOKEN \
pactfoundation/pact-cli:latest \
broker can-i-deploy \
--pacticipant "Pact Broker Client" --version ${GITHUB_SHA} \
--pacticipant "Pact Broker" --branch master
env:
PACT_BROKER_TOKEN: ${{ secrets.PACTFLOW_PACT_OSS_TOKEN }}
PACT_BROKER_TOKEN: ${{ secrets.PACT_BROKER_TOKEN_PACT_FOUNDATION }}

0 comments on commit f1be5f5

Please sign in to comment.