Skip to content

Commit

Permalink
ci: add workflow to record visits/clones
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Mar 1, 2024
1 parent 9a47a78 commit a2a131b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/stats.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: github-repo-stats

on:
schedule:
- cron: "0 23 * * *"
workflow_dispatch:

jobs:
j1:
name: github-repo-stats
if: github.repository == 'zeta-chain/template'
runs-on: ubuntu-latest
steps:
- name: run-ghrs
uses: jgehrcke/github-repo-stats@RELEASE
with:
ghtoken: ${{ secrets.ghrs_github_api_token }}

0 comments on commit a2a131b

Please sign in to comment.