From 78adff80ff1f80d79de4b24b31072e54471f9510 Mon Sep 17 00:00:00 2001 From: Srinivas Gorur-Shandilya Date: Mon, 25 Nov 2024 10:53:05 -0500 Subject: [PATCH] fix: now pass refresh token to env --- .github/workflows/live_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/live_tests.yaml b/.github/workflows/live_tests.yaml index 192cba4..3606fdf 100644 --- a/.github/workflows/live_tests.yaml +++ b/.github/workflows/live_tests.yaml @@ -16,6 +16,7 @@ jobs: DEEP_ORIGIN_API_ENDPOINT: ${{ secrets.DEEP_ORIGIN_API_ENDPOINT }} DEEP_ORIGIN_NUCLEUS_API_ROUTE: ${{ secrets.DEEP_ORIGIN_NUCLEUS_API_ROUTE }} DEEP_ORIGIN_ACCESS_TOKEN: ${{ secrets.DEEP_ORIGIN_ACCESS_TOKEN }} + DEEP_ORIGIN_REFRESH_TOKEN: ${{ secrets.DEEP_ORIGIN_REFRESH_TOKEN }} steps: