Skip to content

Commit

Permalink
YW2-238 feat: AWS 시크릿 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
rilac1 committed Oct 14, 2023
1 parent 6091c3a commit 75bd1d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:

- name: Build with Gradle
run: ./gradlew clean build
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ap-northeast-2

- name: Comment When All Step Was Passed
uses: peter-evans/create-or-update-comment@v2
Expand Down

0 comments on commit 75bd1d3

Please sign in to comment.