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

View File

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