NARKOZ / gitlab

Ruby wrapper and CLI for the GitLab REST API
https://narkoz.github.io/gitlab
BSD 2-Clause "Simplified" License
1.06k stars 396 forks source link

Add new Gitlab runner API support #677

Closed john-smith-vc closed 4 months ago

john-smith-vc commented 1 year ago

The old style of using a registration token for Gitlab's runner registration has been deprecated and will soon be removed.

https://docs.gitlab.com/runner/register/#register-a-runner-with-a-registration-token-deprecated

This request is to merge back into the upstream the ability to use the new APIs.

https://docs.gitlab.com/ee/api/users.html#create-a-runner

github-actions[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

NARKOZ commented 4 months ago

Thank you ❤️