diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc36a5ca..97d3a254 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,12 +99,13 @@ deploy-dev: script: # For complete details on the GitHub API please see: # https://developer.github.com/v3/repos/statuses + - echo ${MYTOKEN_GROUP_TEST} - 'echo curl -L -X POST -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/${STATUS_PROJECT}/statuses/${CI_COMMIT_SHA} - -d "\"state\": \"${CI_JOB_NAME}\",\"context\": \"${STATUS_NAME}\", \"target_url\": \"${CI_PIPELINE_URL}\""' + -d "{\"state\": \"${CI_JOB_NAME}\",\"context\": \"${STATUS_NAME}\", \"target_url\": \"${CI_PIPELINE_URL}\"}"' - 'curl -L -X POST -H "Accept: application/vnd.github+json"