Skip to content

run_script

run_script #233

Workflow file for this run

name: run_script
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * 1'
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
cache: 'pip'
- name: Install Python dependencies
run: pip install -r requirements.txt
- name: Run script
env:
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
GOOGLE_SPREADSHEET_ID: ${{ secrets.GOOGLE_SPREADSHEET_ID }}
run: python brno-part-budget.py