Skip to content

Commit a53e2b2

Browse files
committed
fix: correct secret?
1 parent a54bd63 commit a53e2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
image_tag: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.ref_name }}
2121
colcon_test_args: "--executor sequential"
2222
secrets:
23-
moveit_license_key: ${{ secrets.MOVEIT_LICENSE_KEY }}
23+
moveit_license_key: ${{ secrets.STUDIO_CI_LICENSE_KEY }}
2424

2525
ensure-no-ssh-in-gitmodules:
2626
name: Ensure no SSH URLs in .gitmodules

0 commit comments

Comments
 (0)