Skip to content

Commit

Permalink
chore: init
Browse files Browse the repository at this point in the history
  • Loading branch information
GayeongKimm committed Aug 17, 2024
1 parent ea87687 commit 5c3e3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set yml file
uses: microsoft/variable-substitution@v1
with:
files: ./application.yml
files: src/main/resources/application.yml
env:
spring.datasource.url: ${{ secrets.DB_URL }}
spring.datasource.username: ${{ secrets.DB_USERNAME }}
Expand Down

0 comments on commit 5c3e3b4

Please sign in to comment.