From 1e12d7c40e59a31e9d8cbb9481ae28e46b44d55a Mon Sep 17 00:00:00 2001 From: Philipp Stadler <hello@phstadler.com> Date: Wed, 24 Jul 2024 20:00:10 +0200 Subject: [PATCH] fix: remove unneeded authentication --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff8b691..be34c6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ fetch-configs: # we don't need anything in node_modules or python, so don't fetch the cache cache: [] script: - - 'curl --fail -H "PRIVATE-TOKEN: $COMMON_CI_API_TOKEN" "https://gitlab.phaidra.org/api/v4/projects/1469/repository/files/cliff.toml/raw/?ref=main" > cliff.toml' + - 'curl --fail "https://gitlab.phaidra.org/api/v4/projects/1469/repository/files/cliff.toml/raw/?ref=main" > cliff.toml' artifacts: paths: - cliff.toml -- GitLab