Use GITEA_TOKEN for authentication
Some checks failed
Build and deploy censorbot / Build Docker image (push) Failing after 4m11s
Build and deploy censorbot / Run pre-commit checks (push) Successful in 59s

This commit is contained in:
Dreaded_X 2024-06-23 17:52:06 +02:00
parent 40f889a3ee
commit 34b0186839
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

@ -33,7 +33,7 @@ jobs:
with: with:
registry: git.huizinga.dev registry: git.huizinga.dev
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.GITEA_TOKEN }}
- name: Build and push Docker image - name: Build and push Docker image
uses: https://github.com/docker/build-push-action@v5 uses: https://github.com/docker/build-push-action@v5