diff --git a/.github/workflows/hub.yml b/.github/workflows/hub.yml index f6ea38a..2ad80fa 100644 --- a/.github/workflows/hub.yml +++ b/.github/workflows/hub.yml @@ -37,7 +37,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.GHCR_TOKEN }} + password: ${{ secrets.CR_PAT }} - name: Build and push uses: docker/build-push-action@v2