Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-byte authored Aug 18, 2023
1 parent e38f214 commit f654fa7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/sync-gitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Sync to Gitee
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }}
uses: zcong1993/actions-git-mirror@master
with:
source-repo: https://github.com/HaoDong108/DouyinBarrageGrab.git
destination-repo: https://gitee.com/haodong108/dy-barrage-grab.git
dest-repo: https://gitee.com/haodong108/dy-barrage-grab.git
dest-token: ${{ secrets.GITEE_PRIVATE_KEY }}
repo-token: ${{ secrets.GITEE_TOKEN }}

0 comments on commit f654fa7

Please sign in to comment.