Skip to content

Commit 95a7357

Browse files
committed
as we do no longer use BXDK we can drop the secret setup from ci tests
1 parent 2e88ff3 commit 95a7357

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
- name: Check out Repository
2727
uses: actions/checkout@v4
2828

29-
- name: Set up SSH Agent
30-
uses: webfactory/ssh-agent@v0.9.0
31-
with:
32-
ssh-private-key: |
33-
${{ secrets.DEPLOY_KEY_SDK_INTERNAL_API_ELIXIR }}
34-
3529
- name: Set up Elixir
3630
uses: erlef/setup-beam@v1
3731
with:

0 commit comments

Comments
 (0)