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 9, 2024
1 parent ccd6d24 commit f4122e0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,9 @@ jobs:
.deployment.namespace = "project-website-pr-${{ github.event.number }}"
' ./k8s/values/on-pr.yaml
- name: Kubernetes login
uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}

- name: Install Helm Chart
env:
KUBECONFIG: ${{ secrets.KUBE_CONFIG }} | base64 -d
run: |
helm upgrade project-website-pr-${{ github.event.number }} ./k8s \
--install \
Expand Down

0 comments on commit f4122e0

Please sign in to comment.