31 lines
857 B
YAML
31 lines
857 B
YAML
- 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 |