Skip to content

Commit 818d81d

Browse files
committed
Use token.
1 parent ef07963 commit 818d81d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mirror.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Push to Mirror
3737
run: |
38+
git remote set-url origin https://x-access-token:${{ secrets.ACCESS_TOKEN }}@github.com/Comfy-Org/ComfyUI.git
3839
git push origin master -f
3940
env:
40-
GIT_SSH_COMMAND: ssh -v
41-
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
41+
GIT_SSH_COMMAND: ssh -v

0 commit comments

Comments
 (0)