Skip to content

Commit 086cbf6

Browse files
authored
Merge pull request #28 from dandye/add_action_repo_stats
Add github-repo-stats workflow file
2 parents 4d132c7 + bee8299 commit 086cbf6

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)