Skip to content
Snippets Groups Projects
Verified Commit fbb3ffd1 authored by David Hoese's avatar David Hoese
Browse files

Update API token used for registry listings

parent ab84c11a
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PROJECT_NAME="cspp_geo%2Fcspp-geo-web-viewer" PROJECT_NAME="cspp_geo%2Fcspp-geo-web-viewer"
PROJ_URL="${CI_API_V4_URL}/projects/${PROJECT_NAME}" PROJ_URL="${CI_API_V4_URL}/projects/${PROJECT_NAME}"
registries_json=$(curl -H "PRIVATE_TOKEN: ${CI_JOB_TOKEN}" "${PROJ_URL}/registry/repositories") registries_json=$(curl -H "PRIVATE_TOKEN: ${API_TOKEN}" "${PROJ_URL}/registry/repositories")
if [[ $? -ne 0 ]]; then if [[ $? -ne 0 ]]; then
echo "Could not download list of container registries" echo "Could not download list of container registries"
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment