Skip to content

repo-stats

repo-stats #621

Workflow file for this run

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:
name: repostats-for-weave-gitops
runs-on: ubuntu-latest
strategy:
matrix:
statsRepo:
- weaveworks/weave-gitops
fail-fast: false
max-parallel: 1
steps:
- name: run-ghrs
uses: jgehrcke/github-repo-stats@f1749165dc32fb4cc2c2bea60f11a9e528d92313 # v1.4.1
with:
repository: ${{ matrix.statsRepo }}
ghtoken: ${{ secrets.WEAVE_GITOPS_BOT_ACCESS_TOKEN }}