File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ PARALLEL: true
15
15
16
16
# ENABLE specific linters, all other linters automatically disabled
17
17
ENABLE :
18
- - API_REPORTER
19
18
- CLOJURE
20
19
- CREDENTIALS
21
20
- DOCKERFILE
@@ -90,13 +89,6 @@ SHOW_ELAPSED_TIME: true
90
89
FILEIO_REPORTER : false
91
90
92
91
# Grafana Dashboard Connections - GitHub Organization secrets
93
- API_REPORTER : true
94
- API_REPORTER_URL : ${{ secrets.API_REPORTER_URL }}
95
- API_REPORTER_BASIC_AUTH_USERNAME : ${{ secrets.API_REPORTER_BASIC_AUTH_USERNAME }}
96
- API_REPORTER_BASIC_AUTH_PASSWORD : ${{ secrets.API_REPORTER_BASIC_AUTH_PASSWORD }}
97
- API_REPORTER_METRICS_URL : ${{ secrets.API_REPORTER_METRICS_URL }}
98
- API_REPORTER_METRICS_BASIC_AUTH_USERNAME : ${{ secrets.API_REPORTER_METRICS_BASIC_AUTH_USERNAME }}
99
- API_REPORTER_METRICS_BASIC_AUTH_PASSWORD : ${{ secrets.API_REPORTER_METRICS_BASIC_AUTH_PASSWORD }}
100
92
API_REPORTER_DEBUG : true
101
93
102
94
# ------------------------
You can’t perform that action at this time.
0 commit comments