From d46addf6d87c38bdbe046a34d4e5f115474bed99 Mon Sep 17 00:00:00 2001 From: Ambre Bertucci Date: Fri, 25 Jul 2025 12:20:39 +0200 Subject: [PATCH] CI: Use GITHUB_TOKEN --- .github/workflows/push-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-container.yml b/.github/workflows/push-container.yml index e445920..c9ed307 100644 --- a/.github/workflows/push-container.yml +++ b/.github/workflows/push-container.yml @@ -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"