File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ permissions:
17
17
jobs :
18
18
k8-reload-secrets :
19
19
name : ' K8: Reload Secrets'
20
- runs-on : [self-hosted, dev ]
21
- environment : dev
20
+ runs-on : [self-hosted, "${{ github.ref_name }}" ]
21
+ environment : ${{ github.ref_name }}
22
22
env :
23
23
KUBELOGIN_VERSION : " v0.0.25"
24
24
KUBERNETES_CLUSTER_NAME : " ${{ vars.KUBERNETES_CLUSTER_NAME }}"
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ permissions:
17
17
jobs :
18
18
k8-restart :
19
19
name : ' K8: Restart Cluster Deployment'
20
- runs-on : [self-hosted, dev ]
21
- environment : dev
20
+ runs-on : [self-hosted, "${{ github.ref_name }}" ]
21
+ environment : ${{ github.ref_name }}
22
22
env :
23
23
KUBELOGIN_VERSION : " v0.0.25"
24
24
KUBERNETES_CLUSTER_NAME : " ${{ vars.KUBERNETES_CLUSTER_NAME }}"
You can’t perform that action at this time.
0 commit comments