CI: Use GITHUB_TOKEN
Some checks failed
Linting / lint (push) Failing after 2m55s

This commit is contained in:
Ambre Bertucci
2025-07-25 12:20:39 +02:00
parent 016afad310
commit d46addf6d8

View File

@ -37,7 +37,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
# Build and push the container to the GitHub Container
# Repository. The container will be tagged as "latest"