From 273b967659945a57053e0b75232f051ccc80cede Mon Sep 17 00:00:00 2001 From: iceBear67 Date: Sun, 5 Jul 2026 17:02:37 +0800 Subject: [PATCH] Revert "use gitea token" This reverts commit 999120ab21d3b68f253b5ed7d0df0c4cf506e151. --- .gitea/workflows/build-image.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index daed854..8e2e071 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -12,10 +12,8 @@ jobs: uses: docker/login-action@v4 with: registry: git.sfclub.cc -# username: ${{ secrets.REGISTRY_USER }} -# password: ${{ secrets.REGISTRY_TOKEN}} - username: ${{ gitea.actor }} - password: ${{ gitea.token }} + username: ${{ secrets.REGISTRY_USER }} + password: ${{ secrets.REGISTRY_TOKEN}} - name: Setup buildx uses: docker/setup-buildx-action@v4 - name: Build and push