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: