Is it possible to use a github app or a sshkey aut...
# prefect-server
l
Is it possible to use a github app or a sshkey auth instead of a github access token?
k
Yes with Git Storage instead of Github
l
ah, via the
use_ssh
parameter, right?
k
Yeah exactly
l
ty
Do you know if there are any docs around setting up the ssh keys? It says
use_ssh (bool): if True, cloning will use ssh. Ssh keys must be correctly configured in the environment for this to work
but I can't find anything about how they're supposed to be setup
k
Asked the team and the ssh key varies per provider so this is the best Prefect resource but you may have to look for more Github specific documentation
l
ty again
👍 1