From e4da4363c3759178833dce715a2538c540e6acad Mon Sep 17 00:00:00 2001
From: Bo-Yi Wu <appleboy.tw@gmail.com>
Date: Thu, 13 Apr 2023 14:17:05 +0800
Subject: [PATCH] chore: add testing

---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3ba36a3..49ec200 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -213,5 +213,5 @@ jobs:
         key: ${{ secrets.KEY }}
         port: ${{ secrets.PORT }}
         script: |
-          git pull "https://appleboy:${{ secrets.GITHUB_PASSWORD }}@github.com/go-training/self-runner.git" test_repository
+          git pull https://appleboy:${{ secrets.GITHUB_TOKEN }}@github.com/go-training/self-runner.git test_repository
           rm -rf test_repository