From 77354e6f4811f610bacb47e369a718bc181449c6 Mon Sep 17 00:00:00 2001 From: InAnYan Date: Wed, 29 Jul 2026 18:10:35 +0200 Subject: [PATCH] fix: add required --- .gitea/workflows/deploy-infrastructure.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/deploy-infrastructure.yml b/.gitea/workflows/deploy-infrastructure.yml index 5caccf6..b51b7dd 100644 --- a/.gitea/workflows/deploy-infrastructure.yml +++ b/.gitea/workflows/deploy-infrastructure.yml @@ -10,6 +10,9 @@ on: PROXMOX_VE_API_TOKEN: description: "The API token for Proxmox authentication" required: true + GITEA_TOKEN: + description: "Gitea Auth Token" + required: true jobs: deploy-to-proxmox: