Skip to content

Commit

Permalink
환경변수 재설정
Browse files Browse the repository at this point in the history
  • Loading branch information
jin20fd authored Jul 19, 2024
1 parent 6e960ae commit e88e932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
java-version: '21'

- run:
cat ${{ secrets.APPLICATION_MYSQL }}
cat ${{ secrets.MYSQL_APPLICATION }}

- name: make application-mysql.yml
run: |
cd ./TWO/src/main/resources
echo "${{ secrets.APPLICATION_MYSQL }}" >> ./application.properties
echo "${{ secrets.MYSQL_APPLICATION }}" >> ./application.properties
- run: cat ./TWO/src/main/resources/application.properties

Expand Down

0 comments on commit e88e932

Please sign in to comment.