Skip to content

resource/gitlab_deploy_token: Implement pagination when reading tokens

This fixes an issue where resources get recreated in case there are more tokens in a group or project then the page size.

I'm also going to implement a GET /projects/:id/deploy_tokens/:deploy_token API upstream in GitLab ...

Merge request reports