From b6aeb02cb0baa46e0b16ec13c777eef129182b33 Mon Sep 17 00:00:00 2001 From: fleaz Date: Sun, 25 May 2025 19:30:12 +0200 Subject: [PATCH] ci: Make kubectl executable --- .forgejo/workflows/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 2de334c..15c7816 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -30,6 +30,7 @@ jobs: - name: Install kubectl run: | curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" + chmod +x kubectl mv kubectl /usr/bin/kubectl - name: Install helm run: |