docs: update metadata.yml where token isn't needed
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<tr><th colspan="2"><h3>🎲 Community plugins</h3></th></tr>
|
||||
<tr><td colspan="2" align="center">Additional plugins maintained by community for even more features!</td></tr>
|
||||
<tr>
|
||||
<th><a href="source/plugins/community/fortune/README.md">🥠 Fortune</a></th>
|
||||
<th><a href="source/plugins/community/nightscout/README.md">💉 Nightscout</a></th>
|
||||
<th><a href="/source/plugins/community/fortune/README.md">🥠 Fortune</a></th>
|
||||
<th><a href="/source/plugins/community/nightscout/README.md">💉 Nightscout</a></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
@@ -15,8 +15,8 @@
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
</tr> <tr>
|
||||
<th><a href="source/plugins/community/poopmap/README.md">💩 PoopMap plugin</a></th>
|
||||
<th><a href="source/plugins/community/screenshot/README.md">📸 Website screenshot</a></th>
|
||||
<th><a href="/source/plugins/community/poopmap/README.md">💩 PoopMap plugin</a></th>
|
||||
<th><a href="/source/plugins/community/screenshot/README.md">📸 Website screenshot</a></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
@@ -28,7 +28,7 @@
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
</tr> <tr>
|
||||
<th><a href="source/plugins/community/stock/README.md">💹 Stock prices</a></th>
|
||||
<th><a href="/source/plugins/community/stock/README.md">💹 Stock prices</a></th>
|
||||
<th></th>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -125,7 +125,7 @@ Check out the instructions there.
|
||||
```yaml
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
token: NOT_NEEDED
|
||||
plugin_nightscout: yes
|
||||
plugin_nightscout_url: ${{ secrets.NIGHTSCOUT_URL }}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
token: NOT_NEEDED
|
||||
plugin_nightscout: yes
|
||||
plugin_nightscout_url: ${{ secrets.NIGHTSCOUT_URL }}
|
||||
prod:
|
||||
|
||||
@@ -97,7 +97,8 @@ This token will not expire and it will be able to access only public details.
|
||||
```yaml
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
token: NOT_NEEDED
|
||||
plugin_poopmap_token: ${{ secrets.POOPMAP_TOKEN }}
|
||||
plugin_poopmap: yes
|
||||
|
||||
```
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
- uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
token: NOT_NEEDED
|
||||
plugin_poopmap_token: ${{ secrets.POOPMAP_TOKEN }}
|
||||
plugin_poopmap: yes
|
||||
prod:
|
||||
skip: true
|
||||
@@ -91,7 +91,7 @@ name: XKCD of the day
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.screenshot.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
token: NOT_NEEDED
|
||||
base: ""
|
||||
plugin_screenshot: yes
|
||||
plugin_screenshot_title: XKCD of the day
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.screenshot.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
token: NOT_NEEDED
|
||||
base: ""
|
||||
plugin_screenshot: yes
|
||||
plugin_screenshot_title: XKCD of the day
|
||||
|
||||
Reference in New Issue
Block a user