소스 검색

Added stats CI

maziggy 5 달 전
부모
커밋
b5b2064d57
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. 17 0
      .github/workflows/repo-stats.yml

+ 17 - 0
.github/workflows/repo-stats.yml

@@ -0,0 +1,17 @@
+name: GitHub Repo Stats
+
+on:
+  schedule:
+    - cron: "0 23 * * *"
+  workflow_dispatch:
+
+jobs:
+  repo-stats:
+    name: repo-stats
+    runs-on: ubuntu-latest
+    steps:
+      - name: run-ghrs
+        uses: jgehrcke/github-repo-stats@v1
+        with:
+          repository: maziggy/bambuddy
+          ghtoken: ${{ secrets.GHRS_GITHUB_API_TOKEN }}