Skip to content

Commit

Permalink
Use token.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed May 13, 2024
1 parent ef07963 commit 818d81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Push to Mirror
run: |
git remote set-url origin https://x-access-token:${{ secrets.ACCESS_TOKEN }}@github.com/Comfy-Org/ComfyUI.git
git push origin master -f
env:
GIT_SSH_COMMAND: ssh -v
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GIT_SSH_COMMAND: ssh -v

0 comments on commit 818d81d

Please sign in to comment.