Skip to content

Automatically update the file #3298

Automatically update the file

Automatically update the file #3298

Workflow file for this run

name: Automatically update the file
on:
push:
branches:
- main
schedule:
- cron: "0 */3 * * *"
jobs:
issue:
runs-on: ubuntu-latest
environment: auto-update
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SUPERBIZ_API_KEY: ${{ secrets.SUPERBIZ_API_KEY }}
WALLY_AUTH: ${{ secrets.WALLY_AUTH }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
cache: "pip" # caching pip dependencies
- run: pip install -r requirements.txt
- run: python fetch_superbiz.py