Skip to content

Commit a54bd63

Browse files
committed
update CI workflow to 0.0.4 to include env variables change
1 parent 5f3da4b commit a54bd63

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.MOVEIT_LICENSE_KEY }}
2324

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

0 commit comments

Comments
 (0)