Skip to content

Commit

Permalink
chore: CI 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeuk520 committed Nov 30, 2024
1 parent 19fe702 commit 8adfbe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
WEATHER_SERVICE_KEY: ${{ secrets.WEATHER_SERVICE_KEY }}
RTK_EXPIRATION_LENGTH: ${{ secrets.RTK_EXPIRATION_LENGTH }}
REST_API_KEY: ${{ secrets.REST_API_KEY }}
REDIRECT_URI: ${{ secrets.REDIRECT_URI }}
with:
arguments: check
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/develop' }}
Expand Down

0 comments on commit 8adfbe7

Please sign in to comment.