Update .gitea/workflows/remove-orphans.yaml

This commit is contained in:
2025-06-25 13:06:29 -04:00
parent 2406f757e5
commit 8f0976f201

View File

@@ -14,5 +14,7 @@ jobs:
with:
go-version: '>=1.23.4'
- run: |
go run .
- env:
TOKEN: ${{ secrets.TOKEN }}
run: |
GITEA_URL=https://git.furtherverse.com GITEA_TOKEN=${TOKEN} ./gitea-docker-registry-prune go run .