From 9c8582a338087d058f0b7f7a0ad117449acb8cc0 Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Mon, 14 Jul 2025 17:10:36 +0000 Subject: [PATCH] fix: Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 468cb1d..e23d760 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,4 @@ + stages: # Define the stages of the pipeline. - build #- test @@ -15,6 +16,8 @@ install-job: # This job runs in the build stage, which runs first. - Web/dist/Web/browser # The 'dist' directory will be available in the next stage. semantic-release: + variables: + GITLAB_TOKEN: "glpat-SNecDb-ei1GxpqyeTu1Z" image: node:24 stage: release script: