don't need to add ssh key in ci workflow anymore
This commit is contained in:
parent
6545bbeee5
commit
25d5416093
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:
|
||||
- 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
|
||||
name: Set up Nix and IOHK caches
|
||||
with:
|
||||
|
|
@ -58,14 +50,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- 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
|
||||
name: Set up Nix and IOHK caches
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue