Skip to content

Commit 1b0c553

Browse files
committed
ci: star history
1 parent e51c0eb commit 1b0c553

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/star-history.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Star History
2+
on:
3+
schedule:
4+
- cron: "0 0 * * *"
5+
workflow_dispatch:
6+
permissions:
7+
contents: write
8+
jobs:
9+
star-history:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: carsteneu/mystarhistory@v1
14+
with:
15+
repos: ${{ github.repository }}
16+
token: ${{ secrets.STAR_HISTORY_TOKEN }}

0 commit comments

Comments
 (0)