Commit 12d6918c authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

ci: ne passe pas les identifiants dans l'URL du repository.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -15,4 +15,4 @@ packagist:
--user-agent 'irstea-ci-config/6.x (contact: dsi.poleis@irstea.fr)' \
--fail \
"https://packagist.org/api/update-package?username=${PACKAGIST_USERNAME}&apiToken=${PACKAGIST_TOKEN}" \
--data '{"repository":{"url":"'${CI_REPOSITORY_URL}'"}}'
--data '{"repository":{"url":"https://'${CI_SERVER_HOST}'/'${CI_PROJECT_PATH}'.git"}}'
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment