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:
1717jobs :
1818 k8-reload-secrets :
1919 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 }}
2222 env :
2323 KUBELOGIN_VERSION : " v0.0.25"
2424 KUBERNETES_CLUSTER_NAME : " ${{ vars.KUBERNETES_CLUSTER_NAME }}"
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ permissions:
1717jobs :
1818 k8-restart :
1919 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 }}
2222 env :
2323 KUBELOGIN_VERSION : " v0.0.25"
2424 KUBERNETES_CLUSTER_NAME : " ${{ vars.KUBERNETES_CLUSTER_NAME }}"
You can’t perform that action at this time.
0 commit comments