Skip to content

Commit

Permalink
docs(fix): update link
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Sep 29, 2023
1 parent 266a69c commit c24934d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@ npm run start
**Software**:

* Tools listed at: https://docs.pactflow.io/docs/workshops/ci-cd/set-up-ci/prerequisites/
* A pactflow.io account with an valid [API token](https://docs.pactflow.io/docs/getting-started/#configuring-your-api-token)
* A pactflow.io account with an valid [API token](https://docs.pactflow.io/#configuring-your-api-token)


#### Environment variables

To be able to run some of the commands locally, you will need to export the following environment variables into your shell:

* `PACT_BROKER_TOKEN`: a valid [API token](https://docs.pactflow.io/docs/getting-started/#configuring-your-api-token) for PactFlow
* `PACT_BROKER_TOKEN`: a valid [API token](https://docs.pactflow.io/#configuring-your-api-token) for PactFlow
* `PACT_BROKER_BASE_URL`: a fully qualified domain name with protocol to your pact broker e.g. https://testdemo.pactflow.io

### Usage

#### Pact use case

* `make test` - run the pact test locally
* `make fake_ci` - run the CI process locally
* `make fake_ci` - run the CI process locally

0 comments on commit c24934d

Please sign in to comment.