Skip to content

Commit b6bf689

Browse files
authored
Merge pull request #7 from kivra/jl-ci-cleanup
Delete unused configure-ssh-key action
2 parents 4716f43 + 5885aa0 commit b6bf689

File tree

2 files changed

+0
-43
lines changed

2 files changed

+0
-43
lines changed

.github/actions/configure-ssh-key/action.yml

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

.github/workflows/ci.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
with:
1818
otp-version: "${{ env.OTP_VERSION }}"
1919
rebar3-version: "${{ env.REBAR3_VERSION }}"
20-
- name: Configure SSH key
21-
uses: ./.github/actions/configure-ssh-key
22-
with:
23-
ssh_key: ${{ secrets.PRIVATE_SSH_KEY }}
2420
- name: Fetch dependencies from cache
2521
uses: actions/cache@v3
2622
id: cache
@@ -44,10 +40,6 @@ jobs:
4440
with:
4541
otp-version: "${{ env.OTP_VERSION }}"
4642
rebar3-version: "${{ env.REBAR3_VERSION }}"
47-
- name: Configure SSH key
48-
uses: ./.github/actions/configure-ssh-key
49-
with:
50-
ssh_key: ${{ secrets.PRIVATE_SSH_KEY }}
5143
- name: Fetch dependencies from cache
5244
uses: actions/cache@v3
5345
id: cached-deps
@@ -78,10 +70,6 @@ jobs:
7870
with:
7971
otp-version: "${{ env.OTP_VERSION }}"
8072
rebar3-version: "${{ env.REBAR3_VERSION }}"
81-
- name: Configure SSH key
82-
uses: ./.github/actions/configure-ssh-key
83-
with:
84-
ssh_key: ${{ secrets.PRIVATE_SSH_KEY }}
8573
- name: Fetch workspace from cache
8674
uses: actions/cache@v3
8775
id: cached-workspace
@@ -102,10 +90,6 @@ jobs:
10290
with:
10391
otp-version: "${{ env.OTP_VERSION }}"
10492
rebar3-version: "${{ env.REBAR3_VERSION }}"
105-
- name: Configure SSH key
106-
uses: ./.github/actions/configure-ssh-key
107-
with:
108-
ssh_key: ${{ secrets.PRIVATE_SSH_KEY }}
10993
- name: Fetch workspace from cache
11094
uses: actions/cache@v3
11195
id: cached-workspace
@@ -126,10 +110,6 @@ jobs:
126110
with:
127111
otp-version: "${{ env.OTP_VERSION }}"
128112
rebar3-version: "${{ env.REBAR3_VERSION }}"
129-
- name: Configure SSH key
130-
uses: ./.github/actions/configure-ssh-key
131-
with:
132-
ssh_key: ${{ secrets.PRIVATE_SSH_KEY }}
133113
- name: Fetch workspace from cache
134114
uses: actions/cache@v3
135115
id: cached-workspace
@@ -152,10 +132,6 @@ jobs:
152132
with:
153133
otp-version: "${{ env.OTP_VERSION }}"
154134
rebar3-version: "${{ env.REBAR3_VERSION }}"
155-
- name: Configure SSH key
156-
uses: ./.github/actions/configure-ssh-key
157-
with:
158-
ssh_key: ${{ secrets.PRIVATE_SSH_KEY }}
159135
- name: Fetch workspace from cache
160136
uses: actions/cache@v3
161137
id: cached-workspace

0 commit comments

Comments
 (0)