Skip to content

Commit

Permalink
Merge pull request #78 from introlab/scheduled-stats
Browse files Browse the repository at this point in the history
Added scheduled stats
  • Loading branch information
doumdi authored Apr 9, 2024
2 parents 44a6c92 + 55aa2b4 commit e09c831
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/scheduled-stats.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: OpenIMU Scheduled Stats Extraction From GitHub

on:
workflow_dispatch:
schedule:
- cron: '0 5 * * *'
jobs:
get_stats:
runs-on: ubuntu-latest
steps:
- name: Update Stats
uses: introlab/github-stats-action@v1
with:
github-stats-token: ${{ secrets.STATS_TOKEN }}
google-application-credentials: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
spreadsheet-id: ${{ secrets.SPREADSHEET_ID }}

0 comments on commit e09c831

Please sign in to comment.