File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,19 @@ ENABLE:
26
26
- YAML
27
27
- REPOSITORY
28
28
29
+
30
+ # Reporter configuration
31
+
32
+ # Grafana Dashboard Connections - GitHub Organization secrets
33
+ API_REPORTER : true
34
+ API_REPORTER_URL : ${{ secrets.API_REPORTER_URL }}
35
+ API_REPORTER_BASIC_AUTH_USERNAME : ${{ secrets.API_REPORTER_BASIC_AUTH_USERNAME }}
36
+ API_REPORTER_BASIC_AUTH_PASSWORD : ${{ secrets.API_REPORTER_BASIC_AUTH_PASSWORD }}
37
+ API_REPORTER_METRICS_URL : ${{ secrets.API_REPORTER_METRICS_URL }}
38
+ API_REPORTER_METRICS_BASIC_AUTH_USERNAME : ${{ secrets.API_REPORTER_METRICS_BASIC_AUTH_USERNAME }}
39
+ API_REPORTER_METRICS_BASIC_AUTH_PASSWORD : ${{ secrets.API_REPORTER_METRICS_BASIC_AUTH_PASSWORD }}
40
+ API_REPORTER_DEBUG : false
41
+
29
42
# Linter specific configuration
30
43
31
44
CLOJURE_CLJ_KONDO_CONFIG_FILE : " .github/config/clj-kondo-ci-config.edn"
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 }}
32
- API_REPORTER_METRICS_BASIC_AUTH_PASSWORD : ${{ secrets.API_REPORTER_METRICS_BASIC_AUTH_PASSWORD }}
33
- API_REPORTER_DEBUG : false
34
24
steps :
35
25
- run : echo "🚀 Job automatically triggered by ${{ github.event_name }}"
36
26
- run : echo "🐧 Job running on ${{ runner.os }} server"
You can’t perform that action at this time.
0 commit comments