Skip to content

Commit

Permalink
github push 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kim.doyoung committed Nov 20, 2023
1 parent d19a63b commit 05df03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
git config --global user.email "[email protected]"
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

0 comments on commit 05df03a

Please sign in to comment.