ソースを参照

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 }}