From ebbba80bc6b5220e677aac2b562b565995ab0c12 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 16 Jul 2022 13:14:37 -0700
Subject: [PATCH] Requires PAT

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b5231fa..4bec87b 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'
-- 
GitLab