From 2a2fe9bc71a73d9f33fab47f2694951958ddaeb0 Mon Sep 17 00:00:00 2001 From: HiImConan Date: Tue, 14 Nov 2023 12:27:21 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20SSH=5FDEPLOY=5FKEY=20=EC=98=A4=ED=83=80?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e9500e..722438b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,8 @@ jobs: - name: Push to release repository uses: cpina/github-action-push-to-another-repository@main env: - API_TOKEN_GITHUB: ${{ secrets.SSH_DEPLOY_KEY }} + SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} + API_TOKEN_GITHUB: ${{ secrets.KWAK_GITHUB_TOKEN }} with: source-directory: . destination-github-username: 'HiimKwak'