From 3126ad2380e2efb8245b20d9680647724b299634 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 26 Mar 2026 23:02:06 -0500 Subject: [PATCH] fix: pass CI_JOB_TOKEN to glab in release job --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67679e14..3a4d99be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -152,6 +152,8 @@ release: - build-apk rules: - if: $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/ + variables: + GLAB_TOKEN: $CI_JOB_TOKEN script: - echo "Creating release for $CI_COMMIT_TAG" # Extract the latest changelog section for the release description.