docs: updated workflows examples and options descriptions (#772) [skip ci]
This commit is contained in:
23
source/plugins/tweets/examples.yml
Normal file
23
source/plugins/tweets/examples.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
- name: Latest tweets
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.tweets.svg
|
||||
token: NOT_NEEDED
|
||||
plugin_tweets: yes
|
||||
plugin_tweets_token: ${{ secrets.TWITTER_TOKEN }}
|
||||
plugin_tweets_user: github
|
||||
prod:
|
||||
user: botlighter
|
||||
|
||||
- name: Latest tweets including attachments
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.tweets.attachments.svg
|
||||
token: NOT_NEEDED
|
||||
plugin_tweets: yes
|
||||
plugin_tweets_token: ${{ secrets.TWITTER_TOKEN }}
|
||||
plugin_tweets_attachments: yes
|
||||
plugin_tweets_user: github
|
||||
prod:
|
||||
user: botlighter
|
||||
|
||||
Reference in New Issue
Block a user