Skip to content

Commit 5391bf4

Browse files
add repo-stats plugin
1 parent d784166 commit 5391bf4

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/repo-stats.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Repository Stats
2+
3+
on:
4+
schedule:
5+
- cron: "0 23 * * *"
6+
workflow_dispatch:
7+
8+
jobs:
9+
repo-stats:
10+
name: collect-stats
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Run github-repo-stats
14+
uses: jgehrcke/github-repo-stats@v1.4.2
15+
with:
16+
ghtoken: ${{ secrets.GHRS_GITHUB_API_TOKEN }}

0 commit comments

Comments
 (0)