Skip to content

Commit a363a83

Browse files
mongodb/atlas-local-lib is now public
1 parent 0594581 commit a363a83

File tree

4 files changed

+1
-40
lines changed

4 files changed

+1
-40
lines changed

.cargo/config.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
[net]
2-
git-fetch-with-cli = true
3-
41
[target.x86_64-pc-windows-msvc]
52
rustflags = ["-C", "target-feature=+crt-static"]

.github/workflows/CI.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v5
31-
- name: Setup SSH key for private repository access
32-
uses: webfactory/[email protected]
33-
with:
34-
ssh-private-key: ${{ secrets.ATLAS_LOCAL_DEPLOYMENT_KEY }}
35-
- name: Add GitHub to known hosts
36-
run: ssh-keyscan github.com >> ~/.ssh/known_hosts
3731
- name: Setup node
3832
uses: actions/setup-node@v4
3933
with:
@@ -75,12 +69,6 @@ jobs:
7569
runs-on: ${{ matrix.settings.host }}
7670
steps:
7771
- uses: actions/checkout@v5
78-
- name: Setup SSH key for private repository access
79-
uses: webfactory/[email protected]
80-
with:
81-
ssh-private-key: ${{ secrets.ATLAS_LOCAL_DEPLOYMENT_KEY }}
82-
- name: Add GitHub to known hosts
83-
run: ssh-keyscan github.com >> ~/.ssh/known_hosts
8472
- name: Setup node
8573
uses: actions/setup-node@v4
8674
with:
@@ -249,12 +237,6 @@ jobs:
249237
- test-linux-binding
250238
steps:
251239
- uses: actions/checkout@v5
252-
- name: Setup SSH key for private repository access
253-
uses: webfactory/[email protected]
254-
with:
255-
ssh-private-key: ${{ secrets.ATLAS_LOCAL_DEPLOYMENT_KEY }}
256-
- name: Add GitHub to known hosts
257-
run: ssh-keyscan github.com >> ~/.ssh/known_hosts
258240
- name: Setup node
259241
uses: actions/setup-node@v4
260242
with:
@@ -294,14 +276,6 @@ jobs:
294276
runs-on: ubuntu-latest
295277
steps:
296278
- uses: actions/checkout@v4
297-
298-
- name: Setup SSH key for private repository access
299-
uses: webfactory/[email protected]
300-
with:
301-
ssh-private-key: ${{ secrets.ATLAS_LOCAL_DEPLOYMENT_KEY }}
302-
- name: Add GitHub to known hosts
303-
run: ssh-keyscan github.com >> ~/.ssh/known_hosts
304-
305279
- name: Install Rust toolchain
306280
run: |
307281
rustup update stable

.github/workflows/security-audit.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v4
25-
26-
- name: Setup SSH key for private repository access
27-
uses: webfactory/[email protected]
28-
with:
29-
ssh-private-key: ${{ secrets.ATLAS_LOCAL_DEPLOYMENT_KEY }}
30-
- name: Add GitHub to known hosts
31-
run: ssh-keyscan github.com >> ~/.ssh/known_hosts
32-
3325
- name: Install Rust toolchain
3426
run: |
3527
rustup update stable

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ version = "0.1.0"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12+
atlas-local = { git = "https://github.com/mongodb/atlas-local-lib.git" }
1213
napi = "3.0.0"
1314
napi-derive = "3.0.0"
1415

15-
[dependencies.atlas-local]
16-
git = "ssh://[email protected]/mongodb/atlas-local-lib.git"
17-
1816
[build-dependencies]
1917
napi-build = "2"
2018

0 commit comments

Comments
 (0)