docs: update metadata.yml where token isn't needed
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user