Skip to content

Commit a64230e

Browse files
committed
ci: remove unneeded SSH keys now MCP package is public
1 parent f45626b commit a64230e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ jobs:
4646
tools: composer:v2.8
4747
coverage: none
4848

49-
- name: Setup SSH Keys
50-
run: |
51-
mkdir -p ~/.ssh
52-
echo "${{ secrets.MCP_DEPLOY_KEY }}" > ~/.ssh/id_rsa
53-
chmod 600 ~/.ssh/id_rsa
54-
ssh-keyscan github.com >> ~/.ssh/known_hosts
55-
5649
- name: Install dependencies
5750
run: |
5851
composer update --prefer-dist --no-interaction --no-progress --with='illuminate/contracts:^${{ matrix.laravel }}'
@@ -92,13 +85,6 @@ jobs:
9285
tools: composer:v2.8
9386
coverage: none
9487

95-
- name: Setup SSH Keys
96-
run: |
97-
mkdir -p ~/.ssh
98-
echo "${{ secrets.MCP_DEPLOY_KEY }}" > ~/.ssh/id_rsa
99-
chmod 600 ~/.ssh/id_rsa
100-
ssh-keyscan github.com >> ~/.ssh/known_hosts
101-
10288
- name: Install dependencies
10389
run: |
10490
composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts:^${{ matrix.laravel }}.0"

0 commit comments

Comments
 (0)