Skip to content

Commit 84b4153

Browse files
committed
CI: No PAT required for pushing to ghcr.io
1 parent bee470c commit 84b4153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
if: github.ref == 'refs/heads/main'
3434
with:
3535
registry: ghcr.io
36-
username: ${{ github.actor }}
37-
password: ${{ secrets.CR_PAT }}
36+
username: ${{ github.repository_owner }}
37+
password: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: Build and push BUILDER image
4040
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)