chore: deprecate tweets plugin

This commit is contained in:
Simon Lecoq
2023-07-24 13:22:15 -04:00
parent 96dde98a03
commit fca0e34e9d
7 changed files with 34 additions and 83 deletions

View File

@@ -1,20 +1 @@
- name: 🐤 Latest tweets - Latest tweets
uses: lowlighter/metrics@latest
with:
token: NOT_NEEDED
plugin_tweets: 'yes'
plugin_tweets_token: MOCKED_TOKEN
plugin_tweets_user: github
use_mocked_data: 'yes'
verify: 'yes'
- name: 🐤 Latest tweets - Latest tweets including attachments
uses: lowlighter/metrics@latest
with:
token: NOT_NEEDED
plugin_tweets: 'yes'
plugin_tweets_token: MOCKED_TOKEN
plugin_tweets_attachments: 'yes'
plugin_tweets_user: github
plugin_tweets_limit: 1
use_mocked_data: 'yes'
verify: 'yes'
[]