Skip to content

Merge pull request #99 from iamAntimPal/iamAntimPal-patch-2 #3

Merge pull request #99 from iamAntimPal/iamAntimPal-patch-2

Merge pull request #99 from iamAntimPal/iamAntimPal-patch-2 #3

Workflow file for this run

# Visit https://github.com/lowlighter/metrics#-documentation for full reference
name: Followup
on:
# Schedule updates (daily)
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
permissions:
contents: write
steps:
- uses: lowlighter/metrics@latest
with:
# 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)
# - read:packages (for some packages related data)
# - repo (optional, if you want to include private repositories)
filename: SVG/followup.svg
token: ${{ secrets.METRICS_TOKEN }}
# Options
user: iamAntimPal
template: classic
base: header, activity, community, repositories, metadata
config_timezone: Germany/Berlin
plugin_followup: yes
plugin_followup_sections: repositories, user
plugin_followup_indepth: yes
plugin_followup_archived: no