File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ SHOW_ELAPSED_TIME: true
89
89
FILEIO_REPORTER : false
90
90
91
91
# Grafana Dashboard Connections - GitHub Organization secrets
92
- API_REPORTER_DEBUG : true
92
+ # API_REPORTER_DEBUG: true
93
93
94
94
# ------------------------
95
95
Original file line number Diff line number Diff line change 21
21
megalinter :
22
22
name : MegaLinter
23
23
runs-on : ubuntu-latest
24
+ env :
25
+ # Grafana Dashboard Connections - GitHub Organization secrets
26
+ API_REPORTER : true
27
+ API_REPORTER_URL : ${{ secrets.API_REPORTER_URL }}
28
+ API_REPORTER_BASIC_AUTH_USERNAME : ${{ secrets.API_REPORTER_BASIC_AUTH_USERNAME }}
29
+ API_REPORTER_BASIC_AUTH_PASSWORD : ${{ secrets.API_REPORTER_BASIC_AUTH_PASSWORD }}
30
+ API_REPORTER_METRICS_URL : ${{ secrets.API_REPORTER_METRICS_URL }}
31
+ API_REPORTER_METRICS_BASIC_AUTH_USERNAME : ${{ secrets.API_REPORTER_METRICS_BASIC_AUTH_USERNAME }} API_REPORTER_METRICS_BASIC_AUTH_PASSWORD: ${{ secrets.API_REPORTER_METRICS_BASIC_AUTH_PASSWORD }}
32
+ API_REPORTER_DEBUG : true
24
33
steps :
25
34
- run : echo "🚀 Job automatically triggered by ${{ github.event_name }}"
26
35
- run : echo "🐧 Job running on ${{ runner.os }} server"
You can’t perform that action at this time.
0 commit comments