Skip to content

update awesome-stars #1369

update awesome-stars

update awesome-stars #1369

name: update awesome-stars
on:
push:
branches:
- main
schedule:
- cron: 30 0 * * *
jobs:
awesome-stars:
name: update awesome-stars
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install starred
- name: update repo
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: starred --username ${{ github.actor }} --repository awesome-stars --sort --token ${GITHUB_TOKEN} --message 'stars update by github actions cron'