brian
12/01/2021, 11:03 PMbrian
12/01/2021, 11:05 PMaccess_token_secret=os.getenv("PREFECT__CONTEXT__SECRETS__GITHUB_ACCESS_TOKEN")
I’m trying to test with a PAT I generated today, setting GITHUB_ACCESS_TOKEN
in the Context part of the UI when I run the flowbrian
12/01/2021, 11:05 PMKevin Kho
brian
12/01/2021, 11:07 PMKevin Kho
access_token_secret
, provide the Secret name.
access_token_secret="GITHUB_ACCESS_TOKEN"
Prefect will then fetch it on the execution side for youbrian
12/01/2021, 11:19 PMbrian
12/01/2021, 11:20 PMGITHUB_ACCESS_TOKEN
to the secrets, say I add a GITHUB_ACCESS_TOKEN_BRIANSORAHAN
with my PAT, how do I use this in a run I start via the UI?Kevin Kho