Skip to content

CI Use single token for API

Guillaume Pasero requested to merge ci_single_token into develop

Now use a single variable to store an API token: K8S_SECRET_API_TOKEN

There is a default token supplied for orfeotoolbox/otb. If you use your own fork to make a MR, you should create a personal token (Account settings -> Access Token) and set it in a variable named K8S_SECRET_API_TOKEN (go to your forked OTB: Settings -> CI/CD -> Variables)

Merge request reports