Skip to content

Commit

Permalink
ci: change kubeconfig step
Browse files Browse the repository at this point in the history
  • Loading branch information
choffmann committed Jun 10, 2024
1 parent ccd6d24 commit ad56176
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ jobs:
' ./k8s/values/on-pr.yaml
- name: Kubernetes login
uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
uses: azure/k8s-set-context@v4
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBE_CONFIG }}

- name: Install Helm Chart
run: |
Expand Down

0 comments on commit ad56176

Please sign in to comment.