Skip to content

Commit aa16d10

Browse files
authored
fix: update CI.yml
1 parent 4cd07ce commit aa16d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

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

3737
- name: Login container registries
3838
run: |
39-
echo '${{ secrets.CR_PAT }}' | docker login ghcr.io -u shenxianpeng --password-stdin
39+
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
4040
echo '${{ secrets.DOCKER_PASSWORD }}' | docker login -u '${{ secrets.DOCKER_USERNAME }}' --password-stdin
4141
4242
- name: Check buildx bake

0 commit comments

Comments
 (0)