Skip to content

update awesome-stars #858

update awesome-stars

update awesome-stars #858

Workflow file for this run

name: update awesome-stars
on:
workflow_dispatch:
schedule:
- cron: 30 0 * * *
jobs:
awesome-stars:
name: update awesome-stars
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.7'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install starred==4.2.0
- name: update repo
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: starred --username ${{ github.repository_owner }} --repository awesome-stars --sort --token ${GITHUB_TOKEN} --message 'stars update by github actions cron'