Peyton Runyan
02/01/2021, 1:10 PMPREFECT__CONTEXT__SECRETS__GITHUB_ACCESS_TOKEN= <my_token>
The flow is
storage = GitHub(
repo="my_repo",
path="simple_flow.py",
secrets=["GITHUB_ACCESS_TOKEN"]
)
with Flow("github_flow", storage=storage) as f:
If I remove storage and run it, it runs fine. With storage, it hangs indefinitely on scheduled
.
Any ideas?Peyton Runyan
02/01/2021, 4:52 PMKyle Moon-Wright
02/01/2021, 5:59 PMPeyton Runyan
02/01/2021, 7:13 PMPeyton Runyan
02/01/2021, 7:14 PMKyle Moon-Wright
02/01/2021, 7:19 PM${mode}coin
as well as ${cashmoney}
Kyle Moon-Wright
02/01/2021, 7:19 PM