From a39c5b96a64a3208f3c80a0006ee87e95d22b770 Mon Sep 17 00:00:00 2001 From: Alex Moriarty Date: Wed, 20 Dec 2023 19:49:18 -0400 Subject: [PATCH 1/2] get STUDIO_LICENSE_KEY from github secrets Signed-off-by: Alex Moriarty --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa0f85c4..68dc1ef5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,6 +10,7 @@ jobs: env: # TODO this variable is required but github workspace is different # see https://github.com/actions/runner/issues/2058 + STUDIO_LICENSE_KEY: ${{ secrets.STUDIO_CI_LICENSE_KEY }} USER_WS: /github/workspace ROS_DOMAIN_ID: 49 ROS_LOCALHOST_ONLY: 1 From 1580908243cd4da21b534b009e0908e9366cc404 Mon Sep 17 00:00:00 2001 From: Alex Moriarty Date: Wed, 20 Dec 2023 19:53:25 -0400 Subject: [PATCH 2/2] fixup squash merge this comment was for other ENV var --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 68dc1ef5..4c471b71 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,9 +8,9 @@ jobs: integration-test-in-studio-container: runs-on: ubuntu-latest env: + STUDIO_LICENSE_KEY: ${{ secrets.STUDIO_CI_LICENSE_KEY }} # TODO this variable is required but github workspace is different # see https://github.com/actions/runner/issues/2058 - STUDIO_LICENSE_KEY: ${{ secrets.STUDIO_CI_LICENSE_KEY }} USER_WS: /github/workspace ROS_DOMAIN_ID: 49 ROS_LOCALHOST_ONLY: 1