Change to GITHUB_TOKEN for GHRC login

This commit is contained in:
ilike2burnthing 2024-07-20 14:21:34 +01:00 committed by GitHub
parent dd7eaee2e3
commit 3d9bc5627b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ jobs:
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GH_PAT }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5