|
28 | 28 | runs-on: ubuntu-latest
|
29 | 29 | steps:
|
30 | 30 | - 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 |
37 | 31 | - name: Setup node
|
38 | 32 | uses: actions/setup-node@v4
|
39 | 33 | with:
|
|
75 | 69 | runs-on: ${{ matrix.settings.host }}
|
76 | 70 | steps:
|
77 | 71 | - 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 |
84 | 72 | - name: Setup node
|
85 | 73 | uses: actions/setup-node@v4
|
86 | 74 | with:
|
@@ -249,12 +237,6 @@ jobs:
|
249 | 237 | - test-linux-binding
|
250 | 238 | steps:
|
251 | 239 | - 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 |
258 | 240 | - name: Setup node
|
259 | 241 | uses: actions/setup-node@v4
|
260 | 242 | with:
|
@@ -294,14 +276,6 @@ jobs:
|
294 | 276 | runs-on: ubuntu-latest
|
295 | 277 | steps:
|
296 | 278 | - 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 |
| - |
305 | 279 | - name: Install Rust toolchain
|
306 | 280 | run: |
|
307 | 281 | rustup update stable
|
|
0 commit comments