Skip to content

Commit

Permalink
👷 [CICD]: 깃헙 액션 환경변수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi3226 committed May 27, 2024
1 parent 2f9968f commit 822943f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set Yaml
uses: microsoft/variable-substitution@v1
with:
files: /src/main/resources/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 822943f

Please sign in to comment.