feat(plugins/community/splatoon): add stat.ink integration
This commit is contained in:
BIN
.github/readme/imgs/plugin_splatoon_statink.png
vendored
Normal file
BIN
.github/readme/imgs/plugin_splatoon_statink.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
2
.github/scripts/files/examples.yml
vendored
2
.github/scripts/files/examples.yml
vendored
@@ -20,6 +20,8 @@ on:
|
||||
required: true
|
||||
SPLATOON_TOKEN:
|
||||
required: true
|
||||
SPLATOON_STATINK_TOKEN:
|
||||
required: true
|
||||
SPOTIFY_TOKENS:
|
||||
required: true
|
||||
STOCK_TOKEN:
|
||||
|
||||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -160,6 +160,7 @@ jobs:
|
||||
PAGESPEED_TOKEN: ${{ secrets.PAGESPEED_TOKEN }}
|
||||
GOOGLE_MAP_TOKEN: ${{ secrets.GOOGLE_MAP_TOKEN }}
|
||||
SPLATOON_TOKEN: ${{ secrets.SPLATOON_TOKEN }}
|
||||
SPLATOON_STATINK_TOKEN: ${{ secrets.SPLATOON_STATINK_TOKEN }}
|
||||
SPOTIFY_TOKENS: ${{ secrets.SPOTIFY_TOKENS }}
|
||||
STOCK_TOKEN: ${{ secrets.STOCK_TOKEN }}
|
||||
TWITTER_TOKEN: ${{ secrets.TWITTER_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user