regarding `flow.from_source` In case the github re...
# pacc-feb-13-14-2024
s
regarding
flow.from_source
In case the github repo is private do we need to set-up a block to allow access?
j
k
I don't think a block is a requirement, you can provide a secret as a credential for the repo, but you can definitely use blocks to make that easier
1
just pass the cred/secret
s
Thank you!