feat(plugins/community/fortune): add prod example

This commit is contained in:
lowlighter
2022-01-26 17:59:41 -05:00
parent 323d8ae3e2
commit 692a4b5c69
2 changed files with 12 additions and 2 deletions

View File

@@ -981,6 +981,18 @@ jobs:
user: lowlighter user: lowlighter
plugins_errors_fatal: yes plugins_errors_fatal: yes
if: ${{ success() || failure() }} if: ${{ success() || failure() }}
- name: 🥠 Fortune - Fortune
uses: lowlighter/metrics@master
with:
filename: metrics.plugin.fortune.svg
token: NOT_NEEDED
base: ""
plugin_fortune: yes
output_action: none
delay: 120
user: lowlighter
plugins_errors_fatal: yes
if: ${{ success() || failure() }}
- name: 📸 Website screenshot - XKCD of the day - name: 📸 Website screenshot - XKCD of the day
uses: lowlighter/metrics@master uses: lowlighter/metrics@master
with: with:

View File

@@ -5,5 +5,3 @@
token: NOT_NEEDED token: NOT_NEEDED
base: "" base: ""
plugin_fortune: yes plugin_fortune: yes
prod:
skip: true