Skip to content

Commit f87fb85

Browse files
authored
Merge pull request #468 from PickNikRobotics/update-ci-workflow
update CI workflow to 0.0.4 to include env variables change
2 parents 5f3da4b + a53e2b2 commit f87fb85

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)