Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyunio authored May 20, 2024
1 parent 4d51a0b commit 8d539f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'


- run: mkdir ./src/main/resources/application.properties
- uses: actions/checkout@v3
- run: touch ./src/main/resources/application.properties
- run: echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application.properties
Expand Down

0 comments on commit 8d539f7

Please sign in to comment.