diff options
| -rw-r--r-- | .github/workflows/build.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6826e09b..84a671917 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,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" | 
