Skip to content

Python application #327

Python application

Python application #327

name: Python application
on:
schedule:
- cron: '0 21 * * *' # 한국 시간 기준, 매일 아침 6시에 실행
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests
- name: Run Update Python Script
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
python script/update_readme.py