We're configuring ory through a github workflow, using the script we made which uses the ory cli works fine locally on my laptop but using the workflow api key in the workflow requires us to authenticate? We're running the workflow using the ORY_PROJECT_ID, ORY_WORKSPACE_ID, ORY_WORKSPACE_API_KEY env variables. Do we need to switch to ORY_PROJECT_API_KEY for oauth2 clients? Is there any documentation for when we need which api key?
bumpy-controller-43157
01/15/2025, 2:57 PM
The base commands causing this are: "ory list oauth2-clients" "ory update oauth2-client" and "ory create oauth2-client"
m
magnificent-energy-493
01/15/2025, 3:11 PM
Is there any documentation for when we need which api key?