Skip to content

Commit

Permalink
πŸ“ docs : API λ¬Έμ„œ 톡합 -YML μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo authored May 9, 2024
1 parent ab0c33a commit 114bfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: make application.yml
run: |
touch ./noti-service/src/main/resources/bootstrap.yml
echo "${{ secrets.NOTI_APPLICATION_YML }}" > ./bootstrap.yml
echo "${{ secrets.NOTI_APPLICATION_YML }}" > ./noti-service/src/main/resources/bootstrap.yml
#Java Set up
- name: Set up JDK 17
Expand Down

0 comments on commit 114bfa1

Please sign in to comment.