Skip to content

update awesome-stars #193

update awesome-stars

update awesome-stars #193

Workflow file for this run

name: update awesome-stars
on:
schedule:
- cron: 24 3 * * 3
push:
jobs:
awesome-stars:
name: update awesome-stars
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
- 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 iakat --repository stars --sort --token ${GITHUB_TOKEN} --message 'stars update by github actions cron'