diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 210970c..8c9ccd7 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -24,10 +24,10 @@ jobs: - container runs-on: docker container: catthehacker/ubuntu:act-latest - steps: - name: Checkout uses: actions/checkout@v4 + - apt update && apt install kubectl helm - name: Setup k8s context run: | echo "${{secrets.KUBE_API_CRT}}" > /tmp/ca.pem