Skip to content

Commit

Permalink
secrets추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kim.doyoung committed Nov 20, 2023
1 parent 224bff4 commit 918b17a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
# kubernetes 설정정보 저장소
repository: cloud-club/aviator-cicd
ref: main
token: ${{ secrets.CICD_SECRET }}

# 새 이미지 버전으로 파일 수정
- name: Update Kubernetes resources
Expand All @@ -52,7 +53,7 @@ jobs:
# 수정된 파일 commit & push
- name: Commit files
run: |
git config --global user.name "dev-kimdoyoung"
git config --global user.email "dev-kimdoyoung@github.com"
git config user.name github-actions
git config user.email github-actions@github.com
git commit -am "Update image tag ${{ env.IMAGE_NAME }}:${{ steps.image.outputs.version }}"
git push origin main

0 comments on commit 918b17a

Please sign in to comment.