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

@@ -7,6 +7,10 @@
plugin_tweets: yes
plugin_tweets_token: ${{ secrets.TWITTER_TOKEN }}
plugin_tweets_user: github
prod:
skip: true
test:
skip: true
- name: Latest tweets including attachments
uses: lowlighter/metrics@latest
@@ -19,3 +23,7 @@
plugin_tweets_attachments: yes
plugin_tweets_user: github
plugin_tweets_limit: 1
prod:
skip: true
test:
skip: true