Skip to content

Commit 476fd93

Browse files
committed
Use a PAT instead of token
1 parent c8cc14a commit 476fd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
registry: ghcr.io
2424
username: ${{ github.actor }}
25-
password: ${{ github.token }}
25+
password: ${{ secrets.CR_PAT }}
2626

2727
- name: Push to GitHub Packages
2828
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)