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.
1 parent a54bd63 commit a53e2b2Copy full SHA for a53e2b2
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
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:
23
- moveit_license_key: ${{ secrets.MOVEIT_LICENSE_KEY }}
+ 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