diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ee0b91f..5357fe4 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: # ---------------------------------------------------------- - name: Log in to Gitea Container Registry run: | - echo "${{ secrets.GITEA_REGISTRY_TOKEN }}" | \ + echo "${{ secrets.REGISTRY_TOKEN }}" | \ docker login ${{ env.REGISTRY }} \ -u "${{ gitea.actor }}" --password-stdin