diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 680fbe5..896cefc 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: https://github.com/actions/checkout@v4 with: - token: ${{ secrets.GITEA_TOKEN }} + token: ${{ secrets.REGISTRY_TOKEN }} - name: Login to Gitea Container Registry uses: https://github.com/docker/login-action@v3