We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79fc220 + f8e8779 commit 72c9d23Copy full SHA for 72c9d23
2 files changed
.github/workflows/generate-dashboards.yaml
@@ -8,6 +8,9 @@ on:
8
paths:
9
- 'prombench/manifests/cluster-infra/grafana_dashboard_dashboards_noparse.yaml'
10
- 'prombench/manifests/cluster-infra/dashboards/**'
11
+permissions:
12
+ contents: read
13
+
14
jobs:
15
verify_dashboard_generation:
16
name: Verify Dashboard Generation
.github/workflows/grafana_dashboard.yaml
@@ -5,6 +5,11 @@ on:
5
- master
6
7
+# Posts a success/failure comment on the PR associated with the commit.
+ pull-requests: write
apply_grafana_dashboard:
name: Apply Dashboard
0 commit comments