This package supports GitLab Personal Access Tokens. However, these are private tokens for a user.
GitLab also has Deploy Tokens, which are configured at the repository level (Settings > Repository > Deploy Tokens), but these don't work with the private_token query arg which this package is using.
Not sure how substantial of a change it would be, but it would be a nice addition.
It appears Deploy Tokens are using from the command line as in using git clone. In order to use such a process I would need to use it via an HTTP GET request.
This package supports GitLab Personal Access Tokens. However, these are private tokens for a user.
GitLab also has Deploy Tokens, which are configured at the repository level (Settings > Repository > Deploy Tokens), but these don't work with the
private_token
query arg which this package is using.Not sure how substantial of a change it would be, but it would be a nice addition.
Thanks!