diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5231fa1b4b71964df4cac9641ed1edb5b4eb97c..4bec87b9c2db395fe66ec87df8fc7b13c448a3f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,6 @@ Lint:plugins:default: jq --null-input --arg yaml "$(<./plugins/default.yml)" '.content=$yaml' \ | curl "https://git.ethitter.com/api/v4/ci/lint?include_merged_yaml=true" \ --header 'Content-Type: application/json' \ - --header "PRIVATE-TOKEN: $CI_JOB_TOKEN" \ + --header "PRIVATE-TOKEN: $GITLAB_API_PAT" \ --data @- \ | jq --raw-output '.merged_yaml | fromjson'