Skip to content

Commit 9bdacb9

Browse files
committed
ci: fix missing token
1 parent 8bc10f6 commit 9bdacb9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/scripts/files/examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
required: true
1111
METRICS_TOKEN_WITH_SCOPES:
1212
required: true
13+
METRICS_TOKEN_PERSONAL:
14+
required: true
1315
PAGESPEED_TOKEN:
1416
required: true
1517
SPOTIFY_TOKENS:

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
secrets:
143143
METRICS_TOKEN: ${{ secrets.METRICS_TOKEN }}
144144
METRICS_TOKEN_WITH_SCOPES: ${{ secrets.METRICS_TOKEN_WITH_SCOPES }}
145+
METRICS_TOKEN_PERSONAL: ${{ secrets.METRICS_TOKEN_PERSONAL }}
145146
PAGESPEED_TOKEN: ${{ secrets.PAGESPEED_TOKEN }}
146147
SPOTIFY_TOKENS: ${{ secrets.SPOTIFY_TOKENS }}
147148
STOCK_TOKEN: ${{ secrets.STOCK_TOKEN }}

0 commit comments

Comments
 (0)