Skip to content

Commit

Permalink
Chore: gradlew 파일 권한 부여
Browse files Browse the repository at this point in the history
  • Loading branch information
m020202 committed Aug 9, 2024
1 parent 2ed5a50 commit 49bec05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
echo "${{ secrets.APPLICATION_JWT }}" > ./src/main/resources/application-jwt.yml
echo "${{ secrets.APPLICATION_OAUTH }}" > ./src/main/resources/application-oauth.yml
- name: gradlew 파일 실행 권한 부여
run: chmod +x ./gradlew

- name: 테스트 및 빌드
run: ./gradlew clean build

Expand Down

0 comments on commit 49bec05

Please sign in to comment.