We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f15c3 commit caa20acCopy full SHA for caa20ac
.github/workflows/docker.yaml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
registry: ghcr.io
30
username: ${{ github.actor }}
31
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.CR_PAT }}
32
33
- uses: docker/build-push-action@v3
34
env:
0 commit comments