feat(plugins/steam): add plugin (#1400) [skip ci]
This commit is contained in:
31
source/plugins/steam/examples.yml
Normal file
31
source/plugins/steam/examples.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
- name: Recently played games
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.steam.svg
|
||||
token: NOT_NEEDED
|
||||
base: ""
|
||||
plugin_steam_token: ${{ secrets.STEAM_TOKEN }}
|
||||
plugin_steam: yes
|
||||
plugin_steam_user: 0
|
||||
plugin_steam_sections: recently-played
|
||||
plugin_steam_achievements_limit: 0
|
||||
prod:
|
||||
# ⚠️ Using mocked data for privacy reasons
|
||||
with:
|
||||
plugin_steam_token: MOCKED_TOKEN
|
||||
use_mocked_data: yes
|
||||
|
||||
- name: Profile and detailed game history
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.steam.full.svg
|
||||
token: NOT_NEEDED
|
||||
base: ""
|
||||
plugin_steam_token: ${{ secrets.STEAM_TOKEN }}
|
||||
plugin_steam: yes
|
||||
plugin_steam_user: 0
|
||||
prod:
|
||||
# ⚠️ Using mocked data for privacy reasons
|
||||
with:
|
||||
plugin_steam_token: MOCKED_TOKEN
|
||||
use_mocked_data: yes
|
||||
Reference in New Issue
Block a user