kubernetes / git-sync

A sidecar app which clones a git repo and keeps it in sync with the upstream.
Apache License 2.0
2.16k stars 409 forks source link

support github personal access token? #795

Closed Kn0688 closed 11 months ago

Kn0688 commented 11 months ago

Does it supported PAT(personal access token)? If supported, how to use it. plz

thockin commented 11 months ago

If I understand PAT correctly, it's just like a password. Git-sync doesn't do anything in particular to support PAT, though we do support passwords.

On Fri, Aug 11, 2023, 3:53 AM Kn0688 @.***> wrote:

Does it supported PAT(personal access token)? If supported, how to use it. plz

— Reply to this email directly, view it on GitHub https://github.com/kubernetes/git-sync/issues/795, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKWAVCRULAKDSN6IQUOGTLXUY2NHANCNFSM6AAAAAA3M6TK3Y . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Kn0688 commented 11 months ago

thanks