Skip to content

Commit

Permalink
chore: CI 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeuk520 committed Sep 19, 2024
1 parent 87a3ee0 commit 21b3857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
uses: gradle/gradle-build-action@v2
env:
S3_BUCKET_NAME: ${{ secrets.S3_BUCKET_NAME }}
AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
AWS_ACCESS_KEY: ${{ secrets.ACCESS_KEY_ID }}
AWS_SECRET_KEY: ${{ secrets.ACCESS_KEY_SECRET }}
with:
arguments: check
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/develop' }}
Expand Down

0 comments on commit 21b3857

Please sign in to comment.