From 95c6015d389a4f4bc990bd617058f6e66e0faf1e Mon Sep 17 00:00:00 2001 From: rick Date: Sun, 1 Mar 2020 08:11:35 +0800 Subject: [PATCH] Change the github secret --- .github/workflows/backup.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backup.yaml b/.github/workflows/backup.yaml index 51e76c2..b966d94 100644 --- a/.github/workflows/backup.yaml +++ b/.github/workflows/backup.yaml @@ -25,7 +25,7 @@ jobs: cp release/jcli-darwin-amd64.tar.gz jcli-repo cp release/jcli-linux-amd64.tar.gz jcli-repo cp release/jcli-windows-386.tar.gz jcli-repo - cd jcli-repo && git config --local user.email "rick@jenkins-zh.cn" && git config --local user.name "rick" && git add . && git commit -m 'Auto commit by bot' && git push https://linuxsuren:${{ secrets.GITHUB_TOKEN }}@github.com/jenkins-zh/jcli-repo.git + cd jcli-repo && git config --local user.email "rick@jenkins-zh.cn" && git config --local user.name "rick" && git add . && git commit -m 'Auto commit by bot' && git push https://linuxsuren:${{ secrets.GITHUB_SECRETS }}@github.com/jenkins-zh/jcli-repo.git - name: backup uses: jenkins-zh/git-backup-actions@v0.0.3 -- GitLab