Remove useless secret import

This commit is contained in:
ThomasSamson 2024-10-11 11:18:03 +02:00
parent 3fd9f79dce
commit 4215054302

View file

@ -3,9 +3,6 @@ name: Deploy
on: on:
workflow_call: workflow_call:
secrets: secrets:
kubeconfig:
description: kubeconfig stored as a base64 encrypted secret
required: true
domain: domain:
description: Main project deploy domain used in URLs description: Main project deploy domain used in URLs
required: true required: true