Skip to content

github-repo-stats

github-repo-stats #23

Workflow file for this run

name: github-repo-stats
on:
schedule:
- cron: "0 11 * * *"
workflow_dispatch:
permissions:
contents: write
jobs:
collect-stats:
name: collect-repo-stats
if: github.repository == 'awslabs/sample-FAST-applications'
runs-on: ubuntu-latest
steps:
- name: run-ghrs
uses: jgehrcke/github-repo-stats@RELEASE
with:
ghtoken: ${{ secrets.GHRS_GITHUB_API_TOKEN }}
ghpagesprefix: "https://awslabs.github.io/sample-FAST-applications"