Skip to content

Commit fc9a662

Browse files
committed
No need for pat any longer
1 parent 5d83b94 commit fc9a662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Push to GitHub Packages
5050
run: |
51-
echo "${{ secrets.GHCR_PAT }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin
51+
echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin
5252
make docker-push-ghcr
5353
5454
e2e:

0 commit comments

Comments
 (0)