浏览代码

Create github-repo-stats.yml

richard1015 3 年之前
父节点
当前提交
ee8d63a770
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16 0
      .github/workflows/github-repo-stats.yml

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

@@ -0,0 +1,16 @@
+name: GHRS:ghrs
+on:
+  schedule:
+    - cron: "0 23 * * *"
+  workflow_dispatch: # Allow for running this manually.
+
+jobs:
+  j1:
+    name: github-repo-stats
+    runs-on: ubuntu-latest
+    steps:
+      - name: GHRS
+        uses: jgehrcke/github-repo-stats@RELEASE
+        with:
+          repository: jdf2e/nutui
+          ghtoken: ${{ secrets.ghrs_github_api_token }}