Skip to content

Commit

Permalink
Merge branch 'dev' into WB-296-api-server
Browse files Browse the repository at this point in the history
  • Loading branch information
ysndy authored Aug 26, 2024
2 parents 873f967 + 4d63922 commit 50f2a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Gradle wrapper 파일 실행 권한주기
- name: Grant execute permission for gradlew
run: chmod +x gradlew
run: chmod +x ./gradlew

- name: Generate Swagger Document
run: |
Expand All @@ -54,4 +54,4 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_S3_SECRET_ACCESS_KEY }}
AWS_REGION: 'ap-northeast-2' # 리전 정보
SOURCE_DIR: 'swagger-ui-watermelon' # 업로드할 파일들이 위치한 로컬 디렉토리
AWS_S3_BUCKET: 'watermelon-s3-bucket' # S3 버킷 이름
AWS_S3_BUCKET: 'watermelon-s3-bucket' # S3 버킷 이름

0 comments on commit 50f2a45

Please sign in to comment.