From 05df03a9efba16f613674a23f0b178f20881341e Mon Sep 17 00:00:00 2001 From: "kim.doyoung" Date: Mon, 20 Nov 2023 23:37:52 +0900 Subject: [PATCH] =?UTF-8?q?github=20push=20=EA=B2=BD=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c5fdf88..1b0d09f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -42,5 +42,5 @@ jobs: git config --global user.email "dev-kimdoyoung@github.com" git config --global user.name "dev-kimdoyoung" git commit -am "Update image tag ${{ env.IMAGE_NAME }}:${{ steps.image.outputs.version }}" - git push -u origin main - + git push -u https://${{ secrets.ACTION_TOKEN }}@github.com/cloud-club/aviator-cicd.git +