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 49d2f8b commit 4d51a0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
java-version: '17'
distribution: 'temurin'

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

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

Expand Down

0 comments on commit 4d51a0b

Please sign in to comment.