WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Get repository stats #1363

Get repository stats

Get repository stats #1363

Workflow file for this run

name: Get repository stats
on:
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:
runs-on: ubuntu-latest
permissions:
contents: write
strategy:
matrix:
statsRepo:
- fluxcd/flux2
- fluxcd/flagger
fail-fast: false
max-parallel: 1
steps:
- name: run-ghrs
uses: jgehrcke/[email protected]
with:
repository: ${{ matrix.statsRepo }}
ghtoken: ${{ secrets.BOT_GITHUB_TOKEN }}