https://prefect.io logo
Title
l

Lon Nix

10/29/2021, 2:10 PM
Is it possible to use a github app or a sshkey auth instead of a github access token?
k

Kevin Kho

10/29/2021, 2:18 PM
Yes with Git Storage instead of Github
l

Lon Nix

10/29/2021, 2:23 PM
ah, via the
use_ssh
parameter, right?
k

Kevin Kho

10/29/2021, 2:42 PM
Yeah exactly
l

Lon Nix

10/29/2021, 2:48 PM
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

Kevin Kho

10/29/2021, 2:57 PM
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

Lon Nix

10/29/2021, 2:58 PM
ty again
👍 1