We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb05de commit f9b97cdCopy full SHA for f9b97cd
scripts/ci/run_targeting_aura_sessions.py
@@ -16,7 +16,7 @@
16
def main() -> None:
17
client_id = os.environ["AURA_API_CLIENT_ID"]
18
client_secret = os.environ["AURA_API_CLIENT_SECRET"]
19
- project_id = os.environ.get("AURA_API_TENANT_ID")
+ project_id = os.environ.get("AURA_PROJECT_ID")
20
aura_api = AuraApiCI(client_id=client_id, client_secret=client_secret, project_id=project_id)
21
22
MAX_INT = 1000000
0 commit comments