From 70903413c718528e9bc5243a34322a60d2120b7c Mon Sep 17 00:00:00 2001 From: Zerohertz Date: Wed, 8 Jan 2025 02:00:06 +0900 Subject: [PATCH] :sob: fix: checkout method --- .github/workflows/cicd.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 152a72b..1f9613d 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -38,8 +38,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} - # token: ${{ secrets.GH_TOKEN }} + token: ${{ secrets.GH_TOKEN }} - name: Change manifest run: | @@ -47,8 +46,8 @@ jobs: - name: git push run: | - git config user.name "github-actions[bot]" - git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config user.name "Zerohertz" + git config user.email "ohg3417@gmail.com" git config credential.helper store git add k8s/deploy/backend.yaml git commit -m ":tada: deploy: co-co-gong-server [${{ github.sha }}]"