Skip to content

Merge pull request #16 from yaten2302/main #707

Merge pull request #16 from yaten2302/main

Merge pull request #16 from yaten2302/main #707

Workflow file for this run

# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference
name: Metrics
on:
# Schedule updates (once at midnight)
schedule: [{cron: "0 0 * * *"}]
# Lines below let you run workflow manually and on each commit
workflow_dispatch:
push: {branches: ["master", "main"]}
jobs:
github-metrics:
runs-on: ubuntu-latest
steps:
- name: Header
uses: lowlighter/metrics@latest
with:
filename: github-metrics.svg
# Your GitHub token
# The following scopes are required:
# - public_access (default scope)
# The following additional scopes may be required:
# - read:org (for organization related metrics)
# - read:user (for user related data)
# - repo (optional, if you want to include private repositories)
token: ${{ secrets.GITHUB_TOKEN }}
base: repositories
plugin_followup: yes
plugin_followup_archived: no
user: keploy