diff --git a/.github/workflows/github_to_gitee.yml b/.github/workflows/github_to_gitee.yml index 8164976..82f665e 100644 --- a/.github/workflows/github_to_gitee.yml +++ b/.github/workflows/github_to_gitee.yml @@ -10,5 +10,3 @@ jobs: with: source-repo: "git@github.com:openspug/spug.git" destination-repo: "git@gitee.com:openspug/spug.git" - dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} - dst_token: ${{ secrets.GITEE_TOKEN }}