Skip to content

Commit 723ed48

Browse files
committed
Fix paths
1 parent f41ad20 commit 723ed48

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/prometheus.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Prometheus alert deployment
22

33
on:
44
push:
@@ -9,7 +9,7 @@ on:
99
- ".github/workflows/prometheus.yaml"
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}
12+
group: prometheus-${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: true
1414

1515
jobs:
@@ -25,7 +25,7 @@ jobs:
2525
uses: azure/k8s-set-context@v4
2626
with:
2727
method: kubeconfig
28-
kubeconfig: ${{ secrets.kube-config }}
28+
kubeconfig: ${{ secrets.KUBECONFIG }}
2929

3030
- name: Deploy alerts
3131
run: |

0 commit comments

Comments
 (0)