From 3121f41d2e67f0a404b6d889cb6dec768f2e4bdd Mon Sep 17 00:00:00 2001
From: Philipp Stadler <hello@phstadler.com>
Date: Thu, 18 Jul 2024 09:45:33 +0200
Subject: [PATCH] feat: use common cliff config

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 96ee0db..79c68a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,6 +34,7 @@ changelog:
     GIT_DEPTH: 0 # avoid shallow clone to give cliff all the info it needs
   stage: build
   script:
+    - curl -H "PRIVATE-TOKEN: $COMMON_CI_API_TOKEN" 'https://gitlab.phaidra.org/api/v4/projects/1469/repository/files/cliff.toml/raw/?ref=main' > cliff.toml
     - git-cliff --latest -o CHANGELOG.md
   artifacts:
     paths:
-- 
GitLab