mask kubeconfig

This commit is contained in:
2026-05-29 12:35:05 -04:00
parent ea84f7e741
commit 2b68567518
+4
View File
@@ -14,6 +14,10 @@ inputs:
runs:
using: composite
steps:
- name: Mask kubeconfig
shell: sh
run: echo "::add-mask::${{ inputs.K8S_CONFIG }}"
- name: Configure kubectl
shell: sh
env: