Skip to content

Commit

Permalink
feat(cicd): 자동배포 시 시크릿 파일을 개인 저장소에서 가져오기
Browse files Browse the repository at this point in the history
  • Loading branch information
wwingyou committed Feb 13, 2025
1 parent 9fef7a8 commit 1c39191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:

- name: Clone Rrivate Repository
run: |
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com:Central-MakeUs/goolbitg-credentials.git src/main/resources
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com:Central-MakeUs/goolbitg-credentials.git
mv goolbitg-credentials/* src/main/resources
- name: Build JAR
run: |
Expand Down

0 comments on commit 1c39191

Please sign in to comment.