Call now requires a Token
This works
http "https://gitlab.com/api/v4/ci/lint?private_token=$GITLAB_TOKEN" content="{"test": {"script": ["ls"]}}"
I'd like the api to grab it from the env
$ GITLAB_TOKEN=sometoken npx lint-gitlab-ci
Edited by resister