docs: update metadata.yml where token isn't needed

This commit is contained in:
lowlighter
2022-01-27 20:09:26 -05:00
parent 65aeac2954
commit b1906e3de8
20 changed files with 43 additions and 37 deletions

View File

@@ -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>

View File

@@ -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 }}

View File

@@ -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:

View File

@@ -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
```

View File

@@ -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

View File

@@ -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

View File

@@ -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