From 96eaa3a3443315625cd9ff6e14962ead72512f3f Mon Sep 17 00:00:00 2001 From: deedeeh Date: Wed, 29 May 2024 11:07:45 +0100 Subject: [PATCH] Fix in automation --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 08311ab..e879630 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -154,7 +154,7 @@ jobs: - run: | npm t || curl --request POST \ --url https://api.github.com/repos/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/issues \ - --header 'authorization: Bearer ${ISBOT_ISSUE_TOKEN}' \ + --header "authorization: Bearer ${ISBOT_ISSUE_TOKEN}" \ --header 'content-type: application/json' \ --data '{ "title": "Automated issue for failing periodic tests",