Skip to content
Snippets Groups Projects
Commit 1e12d7c4 authored by Philipp Stadler's avatar Philipp Stadler
Browse files

fix: remove unneeded authentication

parent a65aebc8
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ fetch-configs: ...@@ -51,7 +51,7 @@ fetch-configs:
# we don't need anything in node_modules or python, so don't fetch the cache # we don't need anything in node_modules or python, so don't fetch the cache
cache: [] cache: []
script: 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: artifacts:
paths: paths:
- cliff.toml - cliff.toml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment