diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index d3fce36..4e6ae5a 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -29,7 +29,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - id: getversion uses: Saionaro/extract-package-version@v1.2.1 - uses: docker/build-push-action@v3.2.0