Skip to content

Star History

Star History #2

Workflow file for this run

name: Star History
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
permissions:
contents: write
jobs:
star-history:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: xream/mystarhistory@e592dabe6e97b8bcaf18110bdd4bb0e522b41fc6
with:
repos: ${{ github.repository }}
token: ${{ secrets.STAR_HISTORY_TOKEN }}