We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435a7a1 commit a9cf351Copy full SHA for a9cf351
1 file changed
.github/workflows/cd.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
registry: ghcr.io
20
username: ${{ github.actor }}
21
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.ORG_PAT }}
22
23
- name: Extract Docker image metadata
24
id: meta
0 commit comments