You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2021. It is now read-only.
Hey, thanks for writing this extension first of all!
I had one suggestion: currently you require a PAT to grab the repo from Gitlab. But this requires a specific user creating the PAT, Gitlab also support per-repository Deploy Tokens which provide read access to the repository (scope: read_repository).
Hey, thanks for writing this extension first of all!
I had one suggestion: currently you require a PAT to grab the repo from Gitlab. But this requires a specific user creating the PAT, Gitlab also support per-repository Deploy Tokens which provide read access to the repository (scope: read_repository).
Thanks