diff --git a/Makefile b/Makefile index 2ce01a84..522196f1 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Default to the read only token - the read/write token will be present on Travis CI. # It's set as a secure environment variable in the .travis.yml file GITHUB_ORG="pactflow" -PACTICIPANT="pactflow-example-consumer-springboot" +PACTICIPANT="pactflow-example-consumer" GITHUB_WEBHOOK_UUID := "04510dc1-7f0a-4ed2-997d-114bfa86f8ad" PACT_CLI="docker run --rm -v ${PWD}:${PWD} -e PACT_BROKER_BASE_URL -e PACT_BROKER_TOKEN pactfoundation/pact-cli"