From 759869732a903dcb90a174595298ddd3ef3b71bc Mon Sep 17 00:00:00 2001 From: Haimasree Date: Mon, 13 Jun 2022 16:26:13 +0200 Subject: [PATCH] fix sync workflow --- .circleci/config.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 64a65773c..dbf5fb5a3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -73,12 +73,7 @@ variables: sync: &sync run: name: Sync kipoi models and containers repo - command: | - curl -X POST https://api.github.com/repos/kipoi/kipoi-containers/dispatches \ - -H 'Accept: application/vnd.github.v3+json' \ - -u $SYNC_TOKEN \ - --data '{"event_type": "sync"}' - + command: curl -X POST -H "Accept:application/vnd.github.v3+json" -H "Authorization:token $SYNC_TOKEN" https://api.github.com/repos/kipoi/kipoi-containers/dispatches -d '{"event_type":"sync"}' jobs: sync_containers: