Skip to content

Update Gist

Update Gist #219

Workflow file for this run

name: Update Gist
on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
jobs:
update-gist:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run Python script
env:
GIST_TOKEN: ${{ secrets.GIST_TOKEN }}
KAGGLE_USERNAME: ${{ secrets.KAGGLE_USERNAME }}
KAGGLE_KEY: ${{ secrets.KAGGLE_APIKEY }}
run: python kaggle_json.py