Skip to content

Removing the use of Authentication Tokens for downloading packages

David Diederich requested to merge use-public-access-for-package-downloads into master

When downloading from GitLab, there's no need to provide a Job Token / Personal Access Token. These packages are publicly available. However, sometimes when one is provided, there is an authentication failure. We're not sure why that is the case, but this bypasses the problem.

Here's an example of the problem: compile-and-unit-test, Job 2448144

Merge request reports