Skip to content

Data Refresh

Data Refresh #21

Workflow file for this run

name: Data Refresh
on:
schedule:
- cron: "0 */1 * * *"
jobs:
refresh-the-dashboard:
runs-on: ubuntu-20.04
container:
image: rkrispin/eia_data_refresh:dev.0.0.0.9000
steps:
- name: checkout_repo
uses: actions/checkout@v2
with:
ref: "stg"
- name: Data Refresh
run: bash ./dev/data_refresh.sh "RamiKrispin" "[email protected]"
env:
API_KEY: ${{ secrets.EIA_API_KEY }}