Denys Volokh
07/20/2022, 2:39 PMPREFECT__CONTEXT__SECRETS_GITHUB_ACCESS_TOKEN
Registered flow with GitHubStorage
flow.storage = GitHub(
repo="company/prefect-workflows",
path="flows/benchmarks/flow_import_index_data.py",
ref="master",
access_token_secret="GITHUB_ACCESS_TOKEN",
)
but when I run flow from cloud.prefect.com I am getting error
Failed to load and execute flow run: ValueError('Local Secret "GITHUB_ACCESS_TOKEN" was not found.')
Kevin Kho