The README suggests that this action only supports username/password or SSH key (+ known_hosts file) for authentication with GitLab.
Is there a reason why it doesn't support GitLab's project access tokens (or indeed GitLab's personal access tokens)? I actually don't fully understand why user+pw would be allowed at all when tokens exist.
ETA: GitLab Token overview page in the GL docs for completeness' sake.
The README suggests that this action only supports username/password or SSH key (+
known_hostsfile) for authentication with GitLab.Is there a reason why it doesn't support GitLab's project access tokens (or indeed GitLab's personal access tokens)? I actually don't fully understand why user+pw would be allowed at all when tokens exist.
ETA: GitLab Token overview page in the GL docs for completeness' sake.