mask kubeconfig
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user