Circle token

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2018-01-25 18:13:49 -08:00
parent b9939c97e5
commit 520fad331f
1 changed files with 3 additions and 3 deletions

View File

@ -69,12 +69,12 @@ jobs:
- run:
name: API trigger
command: |
curl -X POST -H "Content-Type: application/json" \
-u ${OSX_RELEASE_TOKEN} -d "{\
curl -X POST -H "Content-Type: application/json" -d "{\
\"build_parameters\": {\
\"COMPOSE_BRANCH\": \"${CIRCLE_BRANCH}\"\
}\
}" https://circleci.com/api/v1.1/project/github/docker/compose-osx-release > /dev/null
}" https://circleci.com/api/v1.1/project/github/docker/compose-osx-release?circle-token=${OSX_RELEASE_TOKEN} \
> /dev/null
workflows: