Skip to content

update awesome-stars #1470

update awesome-stars

update awesome-stars #1470

Workflow file for this run

name: update awesome-stars
on:
schedule:
- cron: 0 6 * * *
workflow_dispatch:
jobs:
awesome-stars:
name: update awesome-stars
runs-on: ubuntu-latest
container: ghcr.io/juev/starred:latest
steps:
-
name: πŸš€ Run Starred
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
run: starred --username juev --repository awesome-stars --sort --token ${GITHUB_TOKEN} --message 'update stars'