From 49e0d856d56f4521978d8d4a7c9e230056a6f69a Mon Sep 17 00:00:00 2001 From: Almsss Date: Sun, 5 Apr 2026 11:58:59 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 55322d3..4a2d316 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -24,7 +24,7 @@ jobs: image: git.chatenium.hu/chatenium/api:latest credentials: username: ${{ secrets.REPO_USER }} - password: ${{ secrets.REPO_PASS }} + password: ${{ secrets.REPO_TOKEN }} ports: - 3000:3000 env: @@ -36,7 +36,7 @@ jobs: image: git.chatenium.hu/chatenium/cdn:latest credentials: username: ${{ secrets.REPO_USER }} - password: ${{ secrets.REPO_PASS }} + password: ${{ secrets.REPO_TOKEN }} ports: - 4000:4000 env: