test(plugins/community/splatoon): add to workflows
This commit is contained in:
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