Skip to content

Star History

Star History #3

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@2ddda1fdf89924ca35d5c254e9a6c970802fbec5
with:
repos: ${{ github.repository }}
token: ${{ secrets.STAR_HISTORY_TOKEN }}