Skip to content

Commit

Permalink
gradle.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mintaek22 committed Sep 4, 2023
1 parent f9b678c commit e2cb89b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
distribution: 'temurin'

- name: application.yml 설정파일 세팅
uses: actions/checkout@v3
run: |
mkdir -p ./src/main/resources
touch ./src/main/resources/application.yml
echo ${{ secrets.APPLICATION }} > ./src/main/resources/application.yml
echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application.yml
- name: gradlew 권한 설정
run: chmod +x gradlew
Expand Down

0 comments on commit e2cb89b

Please sign in to comment.