don't need to add ssh key in ci workflow anymore
This commit is contained in:
parent
ae55ebba5e
commit
ac7cba9825
1 changed files with 0 additions and 16 deletions
16
.github/workflows/integrate.yaml
vendored
16
.github/workflows/integrate.yaml
vendored
|
|
@ -29,14 +29,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v2.4.0
|
||||||
|
|
||||||
- uses: webfactory/ssh-agent@v0.5.4
|
|
||||||
with:
|
|
||||||
ssh-private-key: |
|
|
||||||
${{ secrets.LIQWID_PLUTARCH_EXTRA_PRIVATE }}
|
|
||||||
${{ secrets.PLUTARCH_NUMERIC_PRIVATE }}
|
|
||||||
${{ secrets.PLUTARCH_SAFE_MONEY_PRIVATE }}
|
|
||||||
${{ secrets.PLUTARCH_CONTEXT_BUILDER_PRIVATE }}
|
|
||||||
|
|
||||||
- uses: cachix/install-nix-action@v16
|
- uses: cachix/install-nix-action@v16
|
||||||
name: Set up Nix and IOHK caches
|
name: Set up Nix and IOHK caches
|
||||||
with:
|
with:
|
||||||
|
|
@ -59,14 +51,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v2.4.0
|
||||||
|
|
||||||
- uses: webfactory/ssh-agent@v0.5.4
|
|
||||||
with:
|
|
||||||
ssh-private-key: |
|
|
||||||
${{ secrets.LIQWID_PLUTARCH_EXTRA_PRIVATE }}
|
|
||||||
${{ secrets.PLUTARCH_NUMERIC_PRIVATE }}
|
|
||||||
${{ secrets.PLUTARCH_SAFE_MONEY_PRIVATE }}
|
|
||||||
${{ secrets.PLUTARCH_CONTEXT_BUILDER_PRIVATE }}
|
|
||||||
|
|
||||||
- uses: cachix/install-nix-action@v16
|
- uses: cachix/install-nix-action@v16
|
||||||
name: Set up Nix and IOHK caches
|
name: Set up Nix and IOHK caches
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue