Skip to content

Commit

Permalink
reduce env variables to api key for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jimdowling committed May 6, 2024
1 parent afcc9e2 commit 0b33fcb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/air-quality-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
- name: execute python workflows from bash script
env:
HOPSWORKS_API_KEY: ${{ secrets.HOPSWORKS_API_KEY }}
HOPSWORKS_HOST: ${{ secrets.HOPSWORKS_HOST }}
HOPSWORKS_PROJECT: ${{ secrets.HOPSWORKS_PROJECT }}
run: |
cd notebooks/ch03
jupyter nbconvert --to notebook --execute 2_air_quality_feature_pipeline.ipynb
Expand Down

0 comments on commit 0b33fcb

Please sign in to comment.