Skip to content

Commit

Permalink
[hotfix] book-service-rest-docs.yml 수정
Browse files Browse the repository at this point in the history
s3 URI 수정
  • Loading branch information
0112leesy authored Dec 24, 2023
1 parent c45d3a5 commit b607907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book-service-rest-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Upload OpenApi Specification to S3
working-directory: book-service
run: |
aws s3 cp build/resources/main/static/docs/book-service.json s3://mybrary-swagger-ui/docs/book-service.json
aws s3 cp build/resources/main/static/docs/book-service.json s3://mybrary-api-docs/docs/book-service.json
env:
AWS_ACCESS_KEY_ID: ${{ secrets.OPEN_API_GIT_ACTIONS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.OPEN_API_GIT_ACTIONS_SECRET_KEY }}
Expand Down

0 comments on commit b607907

Please sign in to comment.