diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 36eb2bab..532cb22d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,11 +15,12 @@ on: jobs: integration-test-in-studio-container: - uses: PickNikRobotics/moveit_pro_ci/.github/workflows/workspace_integration_test.yaml@v0.0.2 + uses: PickNikRobotics/moveit_pro_ci/.github/workflows/workspace_integration_test.yaml@v0.0.4 with: image_tag: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.ref_name }} colcon_test_args: "--executor sequential" - secrets: inherit + secrets: + moveit_license_key: ${{ secrets.STUDIO_CI_LICENSE_KEY }} ensure-no-ssh-in-gitmodules: name: Ensure no SSH URLs in .gitmodules