Access tokens in gitlab runner at CI using glab

howdy,

i´m autodeploying an app using gitlab runner, and creating releases in a deployment step, using glab. to auth in glab, i need an access token. here are the args:

my question is: is there a CI-variable that will give me that token, without using a registerd one, such as there is with the e.g. CI_SERVER_HOST?

the CI_JOB_TOKEN didnt work, and i couldn´t finde anything else in the documentation:

help would be appreciated. btw, we are using a self hosted setup.

Oliver