diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1b1c09b..33d7b0c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: with: registry: git.farh.net username: ${{ gitea.actor }} - password: ${{ gitea.token }} + password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push API image uses: docker/build-push-action@v6