I was wondering how to use this library with GitLab CI/CD job tokens. Does currently not seem to be supported, correct?
I don't find any reference anymore in the GitLab documentation but to authenticate against the API with job tokens you need to use the header JOB-TOKEN instead of PRIVATE-TOKEN.
Side note: there's TokenType.ACCESS but I did not find any reference to it (unused?).
I was wondering how to use this library with GitLab CI/CD job tokens. Does currently not seem to be supported, correct?
I don't find any reference anymore in the GitLab documentation but to authenticate against the API with job tokens you need to use the header
JOB-TOKENinstead ofPRIVATE-TOKEN.Side note: there's
TokenType.ACCESSbut I did not find any reference to it (unused?).