Skip to content

Commit

Permalink
Update metrics-embed.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrewcow authored Jun 24, 2024
1 parent 3a915b6 commit 4af74a2
Showing 1 changed file with 27 additions and 10 deletions.
37 changes: 27 additions & 10 deletions .github/workflows/metrics-embed.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
name: Metrics
uses: lowlighter/metrics@latest
with:
template: repository
filename: metrics.repository.svg
token: ${{ secrets.METRICS_TOKEN_WITH_SCOPES }}
user: mcrewcow
repo: RGC_Dnmt3a_pONC2d_paper
plugin_lines: yes
plugin_followup: yes
plugin_projects: yes

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
metrics:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Generate Metrics
uses: lowlighter/metrics@latest
with:
template: repository
filename: metrics.repository.svg
token: ${{ secrets.METRICS_TOKEN_WITH_SCOPES }}
user: mcrewcow
repo: RGC_Dnmt3a_pONC2d_paper
plugin_lines: yes
plugin_followup: yes
plugin_projects: yes

0 comments on commit 4af74a2

Please sign in to comment.