We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8cc14a commit 476fd93Copy full SHA for 476fd93
.github/workflows/docker.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
registry: ghcr.io
24
username: ${{ github.actor }}
25
- password: ${{ github.token }}
+ password: ${{ secrets.CR_PAT }}
26
27
- name: Push to GitHub Packages
28
uses: docker/build-push-action@v2
0 commit comments