We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeee195 commit 652fd88Copy full SHA for 652fd88
.github/workflows/publish-image.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
registry: ghcr.io
29
username: ${{ github.actor }}
30
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.GH_PAT }}
31
32
- name: Build and push Docker image
33
uses: docker/build-push-action@v6
0 commit comments