Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
choiyounji authored Nov 1, 2023
1 parent 1ae8824 commit b58ec6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'

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

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit b58ec6a

Please sign in to comment.