Skip to content

Commit

Permalink
chore: workflows/release 수정 (#122)
Browse files Browse the repository at this point in the history
수동으로 환경변수에 지정한 yml을 불러오는 것이 아닌, 서브모듈 불러오게 수정

#54 가 적용되었다 생각했는데, closed 되어있어 착각했습니다..
  • Loading branch information
wibaek authored Dec 16, 2024
1 parent c0426c9 commit 838ebb7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
- name: Set secret files
token: ${{ secrets.SUBMODULE_ACCESS_TOKEN }}
submodules: true

- name: Create application-secret.yml
run: echo "${{ secrets.APPLICATION_SECRET }}" > src/main/resources/application-secret.yml

- name: Create application-prod.yml
run: echo "${{ secrets.APPLICATION_PROD }}" > src/main/resources/application-prod.yml

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 838ebb7

Please sign in to comment.