Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

get STUDIO_LICENSE_KEY from github secrets #157

Merged
merged 2 commits into from
Dec 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
moriarty marked this conversation as resolved.
Show resolved Hide resolved
USER_WS: /github/workspace
ROS_DOMAIN_ID: 49
ROS_LOCALHOST_ONLY: 1
Expand Down