We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f32d48 commit 15d6ce0Copy full SHA for 15d6ce0
.github/workflows/code.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: lowlighter/metrics@latest
40
with:
41
filename: code.svg
42
- token: ${{ secrets.METRICS_TOKEN }}
+ token: ${{ secrets.GH_METRICS_TOKEN }}
43
base: ""
44
output_action: gist
45
committer_gist: ${{ secrets.WORKFLOW_GIST }}
@@ -53,7 +53,7 @@ jobs:
53
- name: 🦑 Commit & Create PR
54
uses: peter-evans/create-pull-request@v6
55
56
57
branch: metrics-update
58
title: "chore: update all metrics SVGs"
59
body: "Auto-generated metrics via iamAntimPal/metrics"
0 commit comments