Skip to content

Commit

Permalink
Add weather
Browse files Browse the repository at this point in the history
  • Loading branch information
minkukjo authored Aug 17, 2024
1 parent b63d569 commit cb74a26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
swagger.server.url: ${{ secrets.SWAGGER_SERVER_URL }}
ncloud.accessKey: ${{ secrets.NCP_ACCESS_KEY }}
ncloud.secretKey: ${{ secrets.NCP_SECRET_KEY }}
weather.apiKey: ${{ secrets.WEATHER_API_KEY }}
weather.apiPath: ${{ secrets.WEATHER_API_PATH }}


- name: Set up JDK 21
uses: actions/setup-java@v3
Expand Down

0 comments on commit cb74a26

Please sign in to comment.