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
8989FILEIO_REPORTER : false
9090
9191# Grafana Dashboard Connections - GitHub Organization secrets
92- API_REPORTER_DEBUG : true
92+ # API_REPORTER_DEBUG: true
9393
9494# ------------------------
9595
Original file line number Diff line number Diff line change 2121 megalinter :
2222 name : MegaLinter
2323 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
2433 steps :
2534 - run : echo "🚀 Job automatically triggered by ${{ github.event_name }}"
2635 - run : echo "🐧 Job running on ${{ runner.os }} server"
You can’t perform that action at this time.
0 commit comments