Hrm, just tried to use a flow with a `StartFlowRu...
# ask-community
m
Hrm, just tried to use a flow with a
StartFlowRun
task, with the storage for both being in
git
. The underlying flow works, but the new flow fails with
GitProtocolError('Repository not found.')
k
What Git service are you using? Do you think this is an authentication issue? This should be fine. You’re saying going to the subflow in the UI and clicking the Run button works?
m
@Kevin Kho Using GitHub. And yeah, the other one works when I hit it from the UI,.
k
That seems weird. Are the credentials needed the same for both?
m
Yep!
k
Checking in if you found this out
m
Got it working! Just regenerated a new Deploy Key. Thanks for checking in!