Skip to content

Commit 4b9202a

Browse files
authored
Merge branch 'main' into create-a-demo-objective-showing-mpc-reacting-to-dynamic-obstacles
2 parents 7bb1763 + f87fb85 commit 4b9202a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ on:
1515

1616
jobs:
1717
integration-test-in-studio-container:
18-
uses: PickNikRobotics/moveit_pro_ci/.github/workflows/[email protected].2
18+
uses: PickNikRobotics/moveit_pro_ci/.github/workflows/[email protected].4
1919
with:
2020
image_tag: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.ref_name }}
2121
colcon_test_args: "--executor sequential"
22-
secrets: inherit
22+
secrets:
23+
moveit_license_key: ${{ secrets.STUDIO_CI_LICENSE_KEY }}
2324

2425
ensure-no-ssh-in-gitmodules:
2526
name: Ensure no SSH URLs in .gitmodules

0 commit comments

Comments
 (0)