🏗️ Updates/ adds actions for generating repo reports and info
This commit is contained in:
15
.github/workflows/save-repo-analytics.yml
vendored
Normal file
15
.github/workflows/save-repo-analytics.yml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user