From 4ea53130a27fe3dac5f4232f6a82b30280d40086 Mon Sep 17 00:00:00 2001 From: Fabien COMBERNOUS <fabien.combernous@adullact.org> Date: Wed, 3 Jul 2024 14:37:15 +0200 Subject: [PATCH] puppet-blacksmith 7.0.0 does not support login with username/password , and needs api key --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae7db54..984dd79 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,8 +18,7 @@ stages: matrix: - RUBY_VERSION: ['3.2.0'] PUPPET_GEM_VERSION: ['~> 7'] - BLACKSMITH_FORGE_USERNAME: "$BLACKSMITH_FORGE_USERNAME" - BLACKSMITH_FORGE_API_KEY: "$BLACKSMITH_FORGE_API_KEY" + BLACKSMITH_FORGE_API_KEY: "$FORGE_API_KEY" image: ruby:${RUBY_VERSION} cache: -- GitLab