From 3f14fcc83c9a7cece4f69a58a0934acf553c1b41 Mon Sep 17 00:00:00 2001 From: Ben Ford Date: Wed, 21 Feb 2024 10:05:01 -0800 Subject: [PATCH] Create org-metrics.yml (#37) --- .github/workflows/org-metrics.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/org-metrics.yml diff --git a/.github/workflows/org-metrics.yml b/.github/workflows/org-metrics.yml new file mode 100644 index 0000000..0e67364 --- /dev/null +++ b/.github/workflows/org-metrics.yml @@ -0,0 +1,17 @@ +name: Metrics +on: + schedule: [{cron: "0 2 * * 3"}] + workflow_dispatch: +jobs: + github-metrics: + runs-on: ubuntu-latest + environment: + name: production + permissions: + contents: write + steps: + - uses: lowlighter/metrics@latest + with: + token: ${{ secrets.METRICS_TOKEN }} + user: puppetlabs + filename: profile/github-metrics.svg