test(plugins/community/splatoon): add to workflows
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -159,6 +159,7 @@ jobs:
|
||||
CHESS_TOKEN: ${{ secrets.CHESS_TOKEN }}
|
||||
PAGESPEED_TOKEN: ${{ secrets.PAGESPEED_TOKEN }}
|
||||
GOOGLE_MAP_TOKEN: ${{ secrets.GOOGLE_MAP_TOKEN }}
|
||||
SPLATOON_TOKEN: ${{ secrets.SPLATOON_TOKEN }}
|
||||
SPOTIFY_TOKENS: ${{ secrets.SPOTIFY_TOKENS }}
|
||||
STOCK_TOKEN: ${{ secrets.STOCK_TOKEN }}
|
||||
TWITTER_TOKEN: ${{ secrets.TWITTER_TOKEN }}
|
||||
|
||||
17
.github/workflows/examples.yml
vendored
17
.github/workflows/examples.yml
vendored
@@ -18,6 +18,8 @@ on:
|
||||
required: true
|
||||
GOOGLE_MAP_TOKEN:
|
||||
required: true
|
||||
SPLATOON_TOKEN:
|
||||
required: true
|
||||
SPOTIFY_TOKENS:
|
||||
required: true
|
||||
STOCK_TOKEN:
|
||||
@@ -1147,6 +1149,21 @@ jobs:
|
||||
user: lowlighter
|
||||
plugins_errors_fatal: yes
|
||||
if: ${{ success() || failure() }}
|
||||
- name: 🦑 Splatoon - Example
|
||||
uses: lowlighter/metrics@master
|
||||
with:
|
||||
filename: metrics.plugin.splatoon.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ""
|
||||
plugin_splatoon: yes
|
||||
plugin_splatoon_token: ${{ secrets.SPLATOON_TOKEN }}
|
||||
extras_css: |
|
||||
h2 { display: none !important; }
|
||||
output_action: none
|
||||
delay: 120
|
||||
user: lowlighter
|
||||
plugins_errors_fatal: yes
|
||||
if: ${{ success() || failure() }}
|
||||
- name: 💹 Stock prices - Stock prices from Tesla
|
||||
uses: lowlighter/metrics@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user