ci: change token for sponsors
This commit is contained in:
4
.github/scripts/files/examples.yml
vendored
4
.github/scripts/files/examples.yml
vendored
@@ -94,13 +94,13 @@ jobs:
|
||||
uses: lowlighter/metrics@master
|
||||
with:
|
||||
filename: metrics.sponsors.svg
|
||||
token: ${{ secrets.METRICS_TOKEN_WITH_SCOPES }}
|
||||
token: ${{ secrets.METRICS_TOKEN_PERSONAL }}
|
||||
base: ""
|
||||
user: lowlighter
|
||||
plugin_sponsors: yes
|
||||
plugin_sponsors_past: yes
|
||||
plugin_sponsors_sections: list
|
||||
plugin_sponsors_size: 48
|
||||
plugin_sponsors_size: 32
|
||||
plugins_errors_fatal: yes
|
||||
config_display: large
|
||||
output_action: none
|
||||
|
||||
6
.github/workflows/examples.yml
vendored
6
.github/workflows/examples.yml
vendored
@@ -645,7 +645,7 @@ jobs:
|
||||
uses: lowlighter/metrics@master
|
||||
with:
|
||||
filename: metrics.plugin.sponsors.svg
|
||||
token: ${{ secrets.METRICS_TOKEN_WITH_SCOPES }}
|
||||
token: ${{ secrets.METRICS_TOKEN_PERSONAL }}
|
||||
base: ""
|
||||
plugin_sponsors: yes
|
||||
plugin_sponsors_sections: goal, list
|
||||
@@ -1252,13 +1252,13 @@ jobs:
|
||||
uses: lowlighter/metrics@master
|
||||
with:
|
||||
filename: metrics.sponsors.svg
|
||||
token: ${{ secrets.METRICS_TOKEN_WITH_SCOPES }}
|
||||
token: ${{ secrets.METRICS_TOKEN_PERSONAL }}
|
||||
base: ""
|
||||
user: lowlighter
|
||||
plugin_sponsors: yes
|
||||
plugin_sponsors_past: yes
|
||||
plugin_sponsors_sections: list
|
||||
plugin_sponsors_size: 48
|
||||
plugin_sponsors_size: 32
|
||||
plugins_errors_fatal: yes
|
||||
config_display: large
|
||||
output_action: none
|
||||
|
||||
@@ -93,7 +93,7 @@ name: Sponsors goal
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.sponsors.svg
|
||||
token: ${{ secrets.METRICS_TOKEN_WITH_SCOPES }}
|
||||
token: ${{ secrets.METRICS_TOKEN_PERSONAL }}
|
||||
base: ""
|
||||
plugin_sponsors: yes
|
||||
plugin_sponsors_sections: goal, list
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.sponsors.svg
|
||||
token: ${{ secrets.METRICS_TOKEN_WITH_SCOPES }}
|
||||
token: ${{ secrets.METRICS_TOKEN_PERSONAL }}
|
||||
base: ""
|
||||
plugin_sponsors: yes
|
||||
plugin_sponsors_sections: goal, list
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"METRICS_TOKEN":"MOCKED_TOKEN",
|
||||
"METRICS_TOKEN_WITH_SCOPES":"MOCKED_TOKEN",
|
||||
"METRICS_TOKEN_PERSONAL": "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;",
|
||||
|
||||
Reference in New Issue
Block a user