Skip to content

Commit

Permalink
fix: checkout 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jcy0308 committed Aug 28, 2024
1 parent b6f36b7 commit 454ed4a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
provenance: false
- name: --------------- Config Repo ---------------
run: echo "[Config Repo]"
- name: Config Repo 불러오기
uses: actions/checkout@v4
with:
repository: SystemConsultantGroup/PDF-Converter-Module
ref: main
token: ${{ secrets.ACTION_TOKEN }}
path: PDF-Converter-Module
- name: Kustomize 준비
uses: imranismail/setup-kustomize@v2.0.0
- name: Config Repo 이미지 값 업데이트 (Kustomize)
Expand Down

0 comments on commit 454ed4a

Please sign in to comment.