Skip to content

.github/workflows/base.yml #834

.github/workflows/base.yml

.github/workflows/base.yml #834

Workflow file for this run

#
on:
push:
branches:
- '*'
schedule:
- cron: "0 4 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
update-svg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Default metrics
uses: lowlighter/metrics@latest
with:
filename: metrics.base.svg
token: ${{ secrets.METRICS_TOKEN }}
base: header, activity, community, repositories, metadata