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: