From 4215054302f6f80d9e7cdc79c0f892883a2dd3d5 Mon Sep 17 00:00:00 2001 From: ThomasSamson Date: Fri, 11 Oct 2024 11:18:03 +0200 Subject: [PATCH] Remove useless secret import --- .github/workflows/deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7820e8a..240876f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,9 +3,6 @@ name: Deploy on: workflow_call: secrets: - kubeconfig: - description: kubeconfig stored as a base64 encrypted secret - required: true domain: description: Main project deploy domain used in URLs required: true