Skip to content

Commit

Permalink
secret 내용 인코딩
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsaudwl committed Jul 3, 2024
1 parent 0e61dc4 commit 24c30d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
- name: Set up kubectl
run: |
mkdir -p $HOME/.kube
echo "${{ secrets.KUBECONFIG }}" > $HOME/.kube/config
kubectl config view
echo "${{ secrets.KUBECONFIG }}" | base64 --decode > $HOME/.kube/config
env:
KUBECONFIG: $HOME/.kube/config

Expand Down

0 comments on commit 24c30d4

Please sign in to comment.