Skip to content

Commit

Permalink
fix(ci): pass MOENV_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanleo committed Jul 28, 2024
1 parent 9b27d11 commit c6fb95a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: yarn start
env:
AIRNOW_KEY: ${{ secrets.AIRNOW_KEY }}
MOENV_API_KEY: ${{ secrets.MOENV_API_KEY }}
GOOGLE_GEOCODING_API_KEY: ${{ secrets.GOOGLE_GEOCODING_API_KEY }}
REDIS_URL: redis://localhost:6379
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c6fb95a

Please sign in to comment.