2 parents 4d132c7 + bee8299 commit 086cbf6Copy full SHA for 086cbf6
1 file changed
.github/workflows/ai-runbooks-stats.yml
@@ -0,0 +1,18 @@
1
+name: fetch-ai-runbooks-stats
2
+concurrency: fetch-ai-runbooks-stats
3
+
4
+on:
5
+ schedule:
6
+ - cron: "0 23 * * *"
7
+ workflow_dispatch:
8
9
+jobs:
10
+ run-ghrs:
11
+ name: repostats-for-ai-runbooks
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - name: run-ghrs
15
+ uses: dandye/github-repo-stats@main
16
+ with:
17
+ repository: dandye/ai-runbooks
18
+ ghtoken: ${{ secrets.ai_runbooks_stats }}
0 commit comments