Skip to content

Commit d07ddc5

Browse files
committed
Update CI
Signed-off-by: Denis Varlakov <[email protected]>
1 parent c9a1a9d commit d07ddc5

File tree

4 files changed

+0
-33
lines changed

4 files changed

+0
-33
lines changed

.github/workflows/deps.yml

-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
- uses: actions/checkout@v3
2727
with:
2828
path: pr_branch
29-
- uses: webfactory/[email protected]
30-
with:
31-
ssh-private-key: ${{ secrets.PAILLIER_ZK }}
3229
- name: Retrieve base branch deps
3330
run: |
3431
cd base_branch

.github/workflows/docs.yml

-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v3
44-
- uses: webfactory/[email protected]
45-
with:
46-
ssh-private-key: ${{ secrets.PAILLIER_ZK }}
4744
- uses: dtolnay/rust-toolchain@nightly
4845
- uses: Swatinem/rust-cache@v2
4946
with:

.github/workflows/readme.yml

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
16-
- uses: webfactory/[email protected]
17-
with:
18-
ssh-private-key: ${{ secrets.PAILLIER_ZK }}
1916
- name: Install cargo-hakari
2017
uses: baptiste0928/cargo-install@v1
2118
with:

.github/workflows/rust.yml

-24
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v3
18-
- uses: webfactory/[email protected]
19-
with:
20-
ssh-private-key: ${{ secrets.PAILLIER_ZK }}
2118
- uses: Swatinem/rust-cache@v2
2219
with:
2320
cache-on-failure: "true"
@@ -38,9 +35,6 @@ jobs:
3835
- cggmp21
3936
steps:
4037
- uses: actions/checkout@v3
41-
- uses: webfactory/[email protected]
42-
with:
43-
ssh-private-key: ${{ secrets.PAILLIER_ZK }}
4438
- uses: Swatinem/rust-cache@v2
4539
with:
4640
cache-on-failure: "true"
@@ -50,9 +44,6 @@ jobs:
5044
runs-on: ubuntu-latest
5145
steps:
5246
- uses: actions/checkout@v3
53-
- uses: webfactory/[email protected]
54-
with:
55-
ssh-private-key: ${{ secrets.PAILLIER_ZK }}
5647
- uses: Swatinem/rust-cache@v2
5748
with:
5849
cache-on-failure: "true"
@@ -67,9 +58,6 @@ jobs:
6758
runs-on: ubuntu-latest
6859
steps:
6960
- uses: actions/checkout@v3
70-
- uses: webfactory/[email protected]
71-
with:
72-
ssh-private-key: ${{ secrets.PAILLIER_ZK }}
7361
- uses: Swatinem/rust-cache@v2
7462
with:
7563
cache-on-failure: "true"
@@ -80,9 +68,6 @@ jobs:
8068
runs-on: ubuntu-latest
8169
steps:
8270
- uses: actions/checkout@v3
83-
- uses: webfactory/[email protected]
84-
with:
85-
ssh-private-key: ${{ secrets.PAILLIER_ZK }}
8671
- uses: Swatinem/rust-cache@v2
8772
with:
8873
cache-on-failure: "true"
@@ -99,9 +84,6 @@ jobs:
9984
runs-on: ubuntu-latest
10085
steps:
10186
- uses: actions/checkout@v3
102-
- uses: webfactory/[email protected]
103-
with:
104-
ssh-private-key: ${{ secrets.PAILLIER_ZK }}
10587
- uses: Swatinem/rust-cache@v2
10688
with:
10789
cache-on-failure: "true"
@@ -115,9 +97,6 @@ jobs:
11597
steps:
11698
- uses: dtolnay/rust-toolchain@nightly
11799
- uses: actions/checkout@v3
118-
- uses: webfactory/[email protected]
119-
with:
120-
ssh-private-key: ${{ secrets.PAILLIER_ZK }}
121100
- uses: Swatinem/rust-cache@v2
122101
with:
123102
cache-on-failure: "true"
@@ -157,9 +136,6 @@ jobs:
157136
- cggmp21
158137
steps:
159138
- uses: actions/checkout@v3
160-
- uses: webfactory/[email protected]
161-
with:
162-
ssh-private-key: ${{ secrets.PAILLIER_ZK }}
163139
- uses: Swatinem/rust-cache@v2
164140
with:
165141
cache-on-failure: "true"

0 commit comments

Comments
 (0)