Skip to content

Commit

Permalink
Update repo-stats.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fnikolai authored Oct 18, 2022
1 parent bcc96a5 commit e3ec454
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/repo-stats.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: GitHub Repo Statistics

on:
workflow_dispatch: # Allow for running this manually.
schedule:
# Run this once per day, towards the end of the day for keeping the most
# recent data point most meaningful (hours are interpreted in UTC).
- cron: "0 23 * * *"

workflow_dispatch: # Allow for running this manually.

jobs:
j1:
Expand All @@ -15,6 +14,6 @@ jobs:
steps:
- name: run-ghrs
# Use latest release.
uses: jgehrcke/github-repo-stats@RELEASE
uses: jgehrcke/github-repo-stats@v1.4.1
with:
ghtoken: ${{ secrets.ghrs_github_api_token }}

0 comments on commit e3ec454

Please sign in to comment.