Skip to content

Commit

Permalink
Make two different CIRCLE_TOKENs
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne committed Dec 16, 2021
1 parent 4b64f0b commit 76b10d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ jobs:
command: |
curl --location --request POST \
--url https://circleci.com/api/v2/project/github/quantumblacklabs/kedro-viz/pipeline \
--header "Circle-Token: $CIRCLE_TOKEN" \
--header "Circle-Token: $CIRCLE_VIZ_BUILD_TOKEN" \
--header 'content-type: application/json' \
--data '{"branch":"main"}'
Expand Down
2 changes: 1 addition & 1 deletion tools/circleci/circle-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ curl -X POST \
--silent --show-error --fail --retry 3 \
--output /dev/null \
--header "Content-Type: application/json" \
--header "Circle-Token: ${CIRCLE_TOKEN}" \
--header "Circle-Token: ${CIRCLE_RELEASE_TOKEN}" \
--data "${PAYLOAD}" \
"${CIRCLE_ENDPOINT}"

0 comments on commit 76b10d1

Please sign in to comment.