🏗️ Updates/ adds actions for generating repo reports and info

This commit is contained in:
Alicia Sykes
2021-10-01 20:59:09 +01:00
parent bbf3cea284
commit 6b8262c12e
3 changed files with 58 additions and 6 deletions

View File

@@ -0,0 +1,15 @@
name: 📊 Save Repo Analytics
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * 0' # At 01:00 on Sunday.
jobs:
gen-stats:
runs-on: ubuntu-latest
steps:
- name: Repo Analytics
uses: jgehrcke/github-repo-stats@HEAD
with:
repository: lissy93/dashy
databranch: DATA/repo-stats
ghtoken: ${{ secrets.BOT_GITHUB_TOKEN }}