Files
.profile/.github/workflows/blank.yml
Dima yawaflua Andreev bf322897ba Update blank.yml
2024-05-23 14:19:04 +03:00

39 lines
1.3 KiB
YAML

# 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: yawaflua
template: classic
base: header, activity, community, repositories, metadata
base_hireable: yes
config_timezone: Europe/Moscow
plugin_introduction: yes
plugin_introduction_title: yes
plugin_pagespeed: yes
plugin_pagespeed_detailed: yes
plugin_pagespeed_url: .user.website