There was an error while loading. Please reload this page.
1 parent e51c0eb commit 1b0c553Copy full SHA for 1b0c553
1 file changed
.github/workflows/star-history.yml
@@ -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