Skip to content

Cotizacion Peso

Cotizacion Peso #36

name: Cotizacion Peso
on:
schedule:
- cron: "15 12 * * *"
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Instalar dependencias
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Ejecutar script de cotizacion
env:
URL_DATAFRAME: ${{ secrets.URL_DATAFRAME }}
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
run: |
python etl/main.py