From 3ffa526e4c20b5607ed2d5b5133c890bfda25efa Mon Sep 17 00:00:00 2001 From: Fighter Date: Fri, 4 Dec 2020 18:34:05 +0800 Subject: [PATCH] Update github_to_gitee.yml --- .github/workflows/github_to_gitee.yml | 2 -- 1 file changed, 2 deletions(-) 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 }}