fix(ci): update some parameters [skip ci]
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- name: 🙋 Introduction - User introduction
|
||||
- name: 🙋 Introduction - Organization introduction
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
token: NOT_NEEDED
|
||||
plugin_pagespeed: 'yes'
|
||||
plugin_pagespeed_token: MOCKED_TOKEN
|
||||
plugin_pagespeed_url: https://lecoq.io
|
||||
- name: ⏱️ Website performances - Detailed report
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
@@ -11,6 +12,7 @@
|
||||
plugin_pagespeed: 'yes'
|
||||
plugin_pagespeed_detailed: 'yes'
|
||||
plugin_pagespeed_token: MOCKED_TOKEN
|
||||
plugin_pagespeed_url: https://lecoq.io
|
||||
- name: ⏱️ Website performances - Screenshot
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
@@ -18,3 +20,4 @@
|
||||
plugin_pagespeed: 'yes'
|
||||
plugin_pagespeed_screenshot: 'yes'
|
||||
plugin_pagespeed_token: MOCKED_TOKEN
|
||||
plugin_pagespeed_url: https://lecoq.io
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
plugin_stock: 'yes'
|
||||
plugin_stock_token: MOCKED_TOKEN
|
||||
plugin_stock_token: undefined
|
||||
plugin_stock_symbol: TSLA
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"METRICS_TOKEN":"MOCKED_TOKEN",
|
||||
"METRICS_BOT_TOKEN":"MOCKED_TOKEN",
|
||||
"METRICS_TOKEN_WITH_SCOPES":"MOCKED_TOKEN",
|
||||
"PAGESPEED_TOKEN":"MOCKED_TOKEN",
|
||||
"SPOTIFY_TOKENS":"MOCKED_CLIENT_ID, MOCKED_CLIENT_SECRET, MOCKED_REFRESH_TOKEN",
|
||||
"YOUTUBE_MUSIC_TOKENS":"SAPISID=MOCKED_COOKIE; OTHER_PARAM=OTHER_VALUE;",
|
||||
@@ -9,5 +9,5 @@
|
||||
"WAKATIME_TOKEN":"MOCKED_TOKEN",
|
||||
"WAKATIME_TOKEN_NO_PROJECTS":"MOCKED_TOKEN_NO_PROJECTS",
|
||||
"TWITTER_TOKEN":"MOCKED_TOKEN",
|
||||
"RAPIDAPI_TOKEN":"MOCKED_TOKEN"
|
||||
"STOCK_TOKEN":"MOCKED_TOKEN"
|
||||
}
|
||||
Reference in New Issue
Block a user