Skip to content

Commit 15d6ce0

Browse files
committed
Update code.yml
1 parent 5f32d48 commit 15d6ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: lowlighter/metrics@latest
4040
with:
4141
filename: code.svg
42-
token: ${{ secrets.METRICS_TOKEN }}
42+
token: ${{ secrets.GH_METRICS_TOKEN }}
4343
base: ""
4444
output_action: gist
4545
committer_gist: ${{ secrets.WORKFLOW_GIST }}
@@ -53,7 +53,7 @@ jobs:
5353
- name: 🦑 Commit & Create PR
5454
uses: peter-evans/create-pull-request@v6
5555
with:
56-
token: ${{ secrets.METRICS_TOKEN }}
56+
token: ${{ secrets.GH_METRICS_TOKEN }}
5757
branch: metrics-update
5858
title: "chore: update all metrics SVGs"
5959
body: "Auto-generated metrics via iamAntimPal/metrics"

0 commit comments

Comments
 (0)