From 37b7f03841b27e0fcac002427798e5814341df08 Mon Sep 17 00:00:00 2001
From: Christoph Witzko <github@christophwitzko.com>
Date: Sun, 13 Oct 2024 16:49:47 +0200
Subject: [PATCH] ci: fix gitlab registry token

---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4462e0d..21a91a0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -60,8 +60,8 @@ jobs:
       - uses: docker/login-action@v1
         with:
           registry: registry.gitlab.com
-          username: ${{ secrets.GITLAB_USER }}
-          password: ${{ secrets.GITLAB_TOKEN }}
+          username: ${{ secrets.GITLAB_REGISTRY_USER }}
+          password: ${{ secrets.GITLAB_REGISTRY_TOKEN }}
       - uses: go-semantic-release/action@v1
         with:
           bin: ./semantic-release
-- 
GitLab