From 3e034a2db7938b535f9962f944e504fcc938f446 Mon Sep 17 00:00:00 2001 From: Voomra Date: Mon, 18 Aug 2025 12:54:17 +0300 Subject: [PATCH] build(ci): fix environment --- .jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkinsfile b/.jenkinsfile index 87bc441..0d86b27 100644 --- a/.jenkinsfile +++ b/.jenkinsfile @@ -9,7 +9,7 @@ pipeline { GITEA_API_URL = "https://di9.ru/git/api/v1" GITEA_REPO_OWNER = "Voomra" GITEA_REPO_NAME = "ss14-launcher-extractor" - GITEA_TOKEN = credentials("JENKINS_GITEA_USER") + GITEA_TOKEN = credentials("JENKINS_GITEA_ACCESS_TOKEN") } stages {