this post was submitted on 13 Oct 2023
5 points (100.0% liked)
GIT - Github, Gitea, Gitlabs. Everything git
375 readers
1 users here now
A place to everything git!
Rules
- Be civilised.
- Avoid going off topic.
- No slurs, harassement, racism or any other type of descrimination.
Cross-posts
- !selfhost@lemmy.ml is allowed!
- !docker@lemmy.ml is allowed!
- !portainer@lemmy.ml is allowed!
- !selfhosted@lemmy.ml is allowed!
- !gitlab@lemmy.ml is allowed!
Sidebar updates soon!
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Take a look at fine grained personal access tokens on GitHub, and this SO thread that discusses using them over HTTPS. In theory this should allow you to make a token that can only access the one remote repository, for a temporary duration you define (you could set this to end shortly after your semester for instance). I’ve never personally set this up so YMMV, but this seems to be the right way to achieve what you want.
It worked great! exactly what I was looking for, thank you very much!
Glad to hear, good luck with your project.
Seems really promising! I'll try and let you know if it worked as I wish it will! Thanks!