fix(ci): misplaced prod param [skip ci]
This commit is contained in:
6
.github/workflows/examples.yml
vendored
6
.github/workflows/examples.yml
vendored
@@ -474,14 +474,10 @@ jobs:
|
|||||||
- name: 🙋 Introduction - User introduction
|
- name: 🙋 Introduction - User introduction
|
||||||
uses: lowlighter/metrics@master
|
uses: lowlighter/metrics@master
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.METRICS_TOKEN }}
|
token: ${{ secrets.METRICS_BOT_TOKEN }}
|
||||||
user: github
|
|
||||||
base: header
|
|
||||||
plugin_introduction: 'yes'
|
|
||||||
plugins_errors_fatal: 'yes'
|
plugins_errors_fatal: 'yes'
|
||||||
output_action: none
|
output_action: none
|
||||||
delay: 120
|
delay: 120
|
||||||
token: ${{ secrets.METRICS_BOT_TOKEN }}
|
|
||||||
if: ${{ success() || failure() }}
|
if: ${{ success() || failure() }}
|
||||||
- name: 🙋 Introduction - Repository introduction
|
- name: 🙋 Introduction - Repository introduction
|
||||||
uses: lowlighter/metrics@master
|
uses: lowlighter/metrics@master
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
base: header
|
base: header
|
||||||
plugin_introduction: yes
|
plugin_introduction: yes
|
||||||
prod:
|
prod:
|
||||||
|
with:
|
||||||
token: ${{ secrets.METRICS_BOT_TOKEN }}
|
token: ${{ secrets.METRICS_BOT_TOKEN }}
|
||||||
|
|
||||||
- name: Repository introduction
|
- name: Repository introduction
|
||||||
|
|||||||
Reference in New Issue
Block a user