We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41ad20 commit 723ed48Copy full SHA for 723ed48
1 file changed
.github/workflows/prometheus.yaml
@@ -1,4 +1,4 @@
1
-name: CI
+name: Prometheus alert deployment
2
3
on:
4
push:
@@ -9,7 +9,7 @@ on:
9
- ".github/workflows/prometheus.yaml"
10
11
concurrency:
12
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: prometheus-${{ github.workflow }}-${{ github.ref }}
13
cancel-in-progress: true
14
15
jobs:
@@ -25,7 +25,7 @@ jobs:
25
uses: azure/k8s-set-context@v4
26
with:
27
method: kubeconfig
28
- kubeconfig: ${{ secrets.kube-config }}
+ kubeconfig: ${{ secrets.KUBECONFIG }}
29
30
- name: Deploy alerts
31
run: |
0 commit comments