Skip to content

NotionAutomation

NotionAutomation #1

Workflow file for this run

name: NotionAutomation
on:
workflow_dispatch:
schedule:
- cron: "0 9 * * *"
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Script
run: python -m scripts.overviewAutomation