Skip to content

Commit 5637ebd

Browse files
committed
gh-actions: Dependencies are public, remove ssh key
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent ac7a2be commit 5637ebd

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

.github/workflows/firmware.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
runs-on: [ubuntu-latest] #${{ matrix.os }}
3131
steps:
3232
- uses: actions/checkout@v3
33-
- uses: webfactory/[email protected]
34-
with:
35-
ssh-private-key: |
36-
${{ secrets.PRIVKEY_ST7306 }}
3733
- uses: dtolnay/rust-toolchain@master
3834
with:
3935
toolchain: ${{ matrix.rust }}
@@ -69,10 +65,6 @@ jobs:
6965
- uses: actions/checkout@v3
7066
with:
7167
submodules: true
72-
- uses: webfactory/[email protected]
73-
with:
74-
ssh-private-key: |
75-
${{ secrets.PRIVKEY_ST7306 }}
7668
- uses: dtolnay/rust-toolchain@stable
7769
with:
7870
components: clippy

.github/workflows/software.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v3
3737

38-
- uses: webfactory/[email protected]
39-
with:
40-
ssh-private-key: |
41-
${{ secrets.PRIVKEY_ST7306 }}
42-
4338
- name: Install dependencies
4439
run: |
4540
sudo apt-get update
@@ -66,11 +61,6 @@ jobs:
6661
steps:
6762
- uses: actions/checkout@v3
6863

69-
- uses: webfactory/[email protected]
70-
with:
71-
ssh-private-key: |
72-
${{ secrets.PRIVKEY_ST7306 }}
73-
7464
- name: Setup Rust toolchain
7565
run: rustup show
7666

@@ -92,11 +82,6 @@ jobs:
9282
steps:
9383
- uses: actions/checkout@v3
9484

95-
- uses: webfactory/[email protected]
96-
with:
97-
ssh-private-key: |
98-
${{ secrets.PRIVKEY_ST7306 }}
99-
10085
- name: Install dependencies
10186
run: |
10287
sudo apt-get update

0 commit comments

Comments
 (0)