Closed karippery closed 2 years ago
@karippery From the image you shared I see curl is return a 401 which likely means ORT_TRIGGER_API_TOKEN is not setup or it value is incorrect.
You can reproduce this issue yourself by using ORT_TRIGGER_API_TOKEN to call GitLab API using say curl
curl -X POST 'https://gitlab.com/api/v4/projects/<project-id>/pipeline?ref=<ref-name>' \
-H 'PRIVATE-TOKEN: <ORT_TRIGGER_API_TOKEN>'
Alternatively you can also set up the ORT_TRIGGER_API_TOKEN trigger token again following ORT for GitLab README
Hello, I trying to include .gitlab-ci.yml into mime types repository.
Here is my .gitlab-ci.yml file
error I get