CyrilFerlicot wrote
> Maybe gitlab has such tokens?

Yes, Gitlab artifacts can be accessed that way:

# Reference https://docs.gitlab.com/ee/api/jobs.html#get-job-artifacts
# Project ID available in general settings
curl --location --header "PRIVATE-TOKEN: {tokenID}"
"https://gitlab.com/api/v4/projects/{projectID}/jobs/{jobID}/artifacts";
--output ~/Downloads/download.zip



-----
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Reply via email to