Skip to content

Commit ef2e450

Browse files
authored
Merge pull request #2 from PickNikRobotics/no_submodule
Use new keys
2 parents e7b7dea + e4dceef commit ef2e450

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,15 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v5
4848
with:
49+
path: "repo"
4950
submodules: recursive
50-
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
51+
ssh-key: ${{ secrets.SSH_KEY }}
52+
- uses: actions/checkout@v5
53+
with:
54+
path: "pybind11"
55+
repository: "PickNikRobotics/pybind11"
56+
submodules: recursive
57+
ssh-key: ${{ secrets.PYBIND_SSH_KEY }}
5158
- name: Cache ccache
5259
uses: rhaschke/cache@main
5360
with:

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717
with:
18-
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
18+
ssh-key: ${{ secrets.SSH_KEY }}
1919
submodules: recursive
2020
- name: Install clang-format
2121
run: sudo apt-get install clang-format

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

pybind11

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)