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"