hi Prefect, quick question about github PATs - I w...
# prefect-ui
s
hi Prefect, quick question about github PATs - I would like to run agents on-prem, and to read from a github storage block that is also on-prem (github enterprise). However, I would like to use cloud prefect for scheduling. Firstly, if I have understood, code is never sent via prefect cloud, but directly from the storage block to the agent, is this correct? Secondly, Is it safe for me to place a github PAT in prefect cloud? I've tried to find documentation on this but haven't seen much so far. Thank you
z
1. Yes 2. Yes. You could also keep it as an environment variable in your own infrastructure if you don’t want to trust us with it. It’s encrypted at rest.
s
thank you, good to know!