Skip to content

Commit

Permalink
set api key environment var
Browse files Browse the repository at this point in the history
  • Loading branch information
dphiffer committed Sep 28, 2023
1 parent 1156b64 commit be06db6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- name: Install modules
run: npm install
- name: Load PurpleAir data
env:
PURPLEAIR_API_KEY: ${{secrets.PURPLEAIR_API_KEY}}
run: node scripts/index.js
- name: Commit results
run: |-
Expand Down

0 comments on commit be06db6

Please sign in to comment.