We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bb1763 + f87fb85 commit 4b9202aCopy full SHA for 4b9202a
.github/workflows/ci.yaml
@@ -15,11 +15,12 @@ on:
15
16
jobs:
17
integration-test-in-studio-container:
18
- uses: PickNikRobotics/moveit_pro_ci/.github/workflows/[email protected].2
+ uses: PickNikRobotics/moveit_pro_ci/.github/workflows/[email protected].4
19
with:
20
image_tag: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.ref_name }}
21
colcon_test_args: "--executor sequential"
22
- secrets: inherit
+ secrets:
23
+ moveit_license_key: ${{ secrets.STUDIO_CI_LICENSE_KEY }}
24
25
ensure-no-ssh-in-gitmodules:
26
name: Ensure no SSH URLs in .gitmodules
0 commit comments