From 3de4bf8633d65c766458730bb36da09e7f13b0e8 Mon Sep 17 00:00:00 2001 From: zach-blumenfeld Date: Thu, 29 Aug 2024 21:27:21 -0400 Subject: [PATCH] Updating GitHub Actions File --- .github/workflows/run-notebooks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run-notebooks.yml b/.github/workflows/run-notebooks.yml index 56865e5..38dea2f 100644 --- a/.github/workflows/run-notebooks.yml +++ b/.github/workflows/run-notebooks.yml @@ -30,6 +30,7 @@ jobs: - name: Create Aura instance run: | + source ws.env python .github/scripts/aura.py configure \ --tenant-id $AURA_TENANT_ID \ --client-id $AURA_CLIENT_ID \ @@ -65,6 +66,7 @@ jobs: - name: Delete Aura instance run: | + source ws.env python .github/scripts/aura.py delete \ --tenant-id $AURA_TENANT_ID \ --client-id $AURA_CLIENT_ID \