Skip to content

Allow `CI_JOB_TOKEN` auth for release links API

This change set adds support for CI_JOB_TOKEN authentication in the Release Links API.

This has been a known and documentation limitation as of now.

I've also removed the entire Authentication section from the Release Links API documentation, because it's the same as for every other API and subject to the general Authentication documentation.

@PatrickRice @Alexand This will hopefully allow us to use the CI_JOB_TOKEN with goreleaser when we migrate the Terraform GitLab provider from GitHub to GitLab, see gitlab-org/configure/general#259 (closed)

Merge request reports