Update Gitea token secret
All checks were successful
Build Docker Image / docker (push) Successful in 10m12s
Ruff / ruff (push) Successful in 4s

This commit is contained in:
2025-04-14 19:24:28 +02:00
parent bd0c66e0fd
commit 7582fa9642

View File

@ -56,7 +56,7 @@ jobs:
with:
registry: git.lovinator.space
username: thelovinator
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.PACKAGES_WRITE_GITEA_TOKEN }}
- uses: https://github.com/docker/build-push-action@v6
with: