Skip to content

Commit

Permalink
fix: composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Feb 27, 2024
1 parent 81fce8d commit b0a0c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/composite-set-k8s-cred/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ runs:
run: |
kubecfg_path=${{ runner.temp }}/.kube_config
install -m 600 $kubecfg_path
echo "${{ secrets.KUBECONFIG }}" > $kubecfg_path
echo "${{ inputs.secrets }}" > $kubecfg_path
echo "KUBECONFIG=$kubecfg_path:$KUBECONFIG" >> $GITHUB_ENV
shell: bash

0 comments on commit b0a0c55

Please sign in to comment.