Skip to content

Update Power Forecast #16

Update Power Forecast

Update Power Forecast #16

name: Update Wind Power Forecast
on:
schedule:
- cron: "0 */1 * * *"
jobs:
refresh-dashboard:
runs-on: ubuntu-22.04
container:
image: jorgethomasm/cicd-test:prod
steps:
- name: checkout_repo
uses: actions/checkout@v3
with:
ref: "main"
- name: update-power-forecast
run: bash ./update_forecast.sh
env:
USER_EMAIL: ${{ secrets.USER_EMAIL }}
USER_NAME: ${{ secrets.USER_NAME }}