Skip to content

Commit

Permalink
adds openweather api key to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Nov 3, 2023
1 parent e338a59 commit 8f29e15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ env:
UPSTASH_REDIS_REST_URL: ${{secrets.UPSTASH_REDIS_REST_URL}}
UPSTASH_REDIS_REST_TOKEN: ${{secrets.UPSTASH_REDIS_REST_TOKEN}}

# Openweather
OPENWEATHER_API_KEY: ${{secrets.OPENWEATHER_API_KEY}}

jobs:
main:
name: CI
Expand Down

0 comments on commit 8f29e15

Please sign in to comment.