diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index 51f9131a..9b98512c 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -24,7 +24,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.PERSONAL_TOKEN }} + password: ${{ secrets.GH_PAT }} - name: echo the changed files and build&push run: |