ci: update sponsorships example token [skip test]

This commit is contained in:
lowlighter
2023-01-17 12:40:54 -05:00
parent 8b34b0ab93
commit 381306aae4
11 changed files with 90 additions and 89 deletions

View File

@@ -7,7 +7,7 @@ description: |
examples:
+for a user or an organization: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.introduction.svg
for a repository: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.introduction.repository.svg
index: 12
index: 26
supports:
- user
- organization

View File

@@ -7,7 +7,7 @@ notes: |
examples:
+GitHub Skyline: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.skyline.svg
GitHub City: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.skyline.city.svg
index: 26
index: 27
supports:
- user
scopes: []

View File

@@ -82,11 +82,11 @@ All product and company names are trademarks™ or registered® trademarks of th
<!--examples-->
```yaml
name: 💝 GitHub sponsorships
name: 💝 GitHub Sponsorships
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.sponsorships.svg
token: ${{ secrets.METRICS_TOKEN }}
token: ${{ secrets.METRICS_TOKEN_PERSONAL }}
base: ""
plugin_sponsorships: yes

View File

@@ -1,7 +1,7 @@
- name: 💝 GitHub sponsorships
- name: 💝 GitHub Sponsorships
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.sponsorships.svg
token: ${{ secrets.METRICS_TOKEN }}
token: ${{ secrets.METRICS_TOKEN_PERSONAL }}
base: ""
plugin_sponsorships: yes

View File

@@ -4,6 +4,7 @@ description: |
This plugin displays sponsorships funded through [GitHub sponsors](https://github.com/sponsors/).
examples:
default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.sponsorships.svg
index: 12
supports:
- user
- organization