Hello, can we connect to prefect cloud without usi...
# prefect-community
h
Hello, can we connect to prefect cloud without using the
cloud login
command ? I tried setting
prefect config set PREFECT_API_URL
and
PREFECT_API_KEY
as a setting but it doesn't seem to work.
k
Are you trying to use Prefect with GitHub actions?
h
I'm trying to use prefect in a CI/CD context by automatically building and deploying some flows. So the CI runner needs to be able to log to prefect cloud
The thing is, using the prefect cloud login will ask for user prompt to create a profile, but if the profile already exists with the same name it will abort the operation.
So it makes it a little bit more complicated to automate the whole process using
prefect cloud login