Skip to content

Commit

Permalink
refactor:github action yml 변수 재설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Sehee-Lee-01 committed Jan 6, 2024
1 parent 0219de6 commit e93fdd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
jwt.issuer: ${{secrets.TOKEN_ISSUER}}
jwt.base64-secret: ${{secrets.TOKEN_SECRET}}
jwt.token-validity-in-seconds: ${{secrets.TOKEN_EXPIRATION}}
forecast.service-key: ${{secrets.FORECAST_SERVICE_KEY}}
forecast.url: ${{secrets.FORECAST_URL}}
openfeign.forecast.service-key: ${{secrets.FORECAST_SERVICE_KEY}}
openfeign.forecast.url: ${{secrets.FORECAST_URL}}

# gradle 권한 추가
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit e93fdd8

Please sign in to comment.