update_top_ranking_issues.yml

 1on:
 2  schedule:
 3    - cron: "0 */12 * * *"
 4  workflow_dispatch:
 5
 6jobs:
 7  update_top_ranking_issues:
 8    runs-on: ubuntu-latest
 9    steps:
10      - uses: actions/checkout@v3
11      - uses: actions/setup-python@v4
12        with:
13          python-version: "3.10.5"
14          architecture: "x64"
15          cache: "pip"
16      - run: pip install -r scripts/update_top_ranking_issues/requirements.txt
17      - run: python scripts/update_top_ranking_issues/main.py --github-token ${{ secrets.GITHUB_TOKEN }} --prod