diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 2234f05..344c118 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -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: |-