fix(ci): misplaced prod param [skip ci]

This commit is contained in:
lowlighter
2022-01-14 22:26:05 -05:00
parent 12db875ad6
commit ee1abadf9a
4 changed files with 5 additions and 8 deletions

View File

@@ -474,14 +474,10 @@ jobs:
- name: 🙋 Introduction - User introduction
uses: lowlighter/metrics@master
with:
token: ${{ secrets.METRICS_TOKEN }}
user: github
base: header
plugin_introduction: 'yes'
token: ${{ secrets.METRICS_BOT_TOKEN }}
plugins_errors_fatal: 'yes'
output_action: none
delay: 120
token: ${{ secrets.METRICS_BOT_TOKEN }}
if: ${{ success() || failure() }}
- name: 🙋 Introduction - Repository introduction
uses: lowlighter/metrics@master