From 07f3d8cf5971a6358ff5161fd5ae9c5f5627037e Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Mon, 21 Apr 2025 17:05:01 -0400 Subject: [PATCH] I'll explain this when I'm sober .. or revert it --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68be939..ae8c3d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,7 +104,7 @@ Create Merge Request: before_script: | apk add --no-cache curl script: | - curl --request POST --header "PRIVATE-TOKEN: ${GITLAB_TOKEN}" \ + curl --request POST --header "PRIVATE-TOKEN: "glpat-yxFifM9HrghM3uXVy7Wb" \ --data "source_branch=update-deployment-${CI_COMMIT_TAG}" \ --data "target_branch=master" \ --data "title=Update deployment manifest with new image tags" \