mirror of
https://github.com/folfcoder/folfcoder.git
synced 2025-04-04 21:21:37 +00:00
Create metrics.yml
This commit is contained in:
parent
c4ffc837d4
commit
cac7f788e1
1 changed files with 31 additions and 0 deletions
31
.github/workflows/metrics.yml
vendored
Normal file
31
.github/workflows/metrics.yml
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Visit https://github.com/lowlighter/metrics#-documentation for full reference
|
||||
name: Metrics
|
||||
on:
|
||||
# Schedule updates (each hour)
|
||||
schedule: [{cron: "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)
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
|
||||
# Options
|
||||
user: folfcoder
|
||||
template: classic
|
||||
base: header, activity, community, repositories, metadata
|
||||
config_timezone: Asia/Jakarta
|
Loading…
Add table
Reference in a new issue