From 2153f2b03d533df398a1cf81643c60209c2ea7b8 Mon Sep 17 00:00:00 2001 From: Olexander Hofman Date: Tue, 25 Jun 2024 11:41:39 +0100 Subject: [PATCH] fix release cross --- .github/workflows/release2.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release2.yml b/.github/workflows/release2.yml index 6a6f909..9bd5a7b 100644 --- a/.github/workflows/release2.yml +++ b/.github/workflows/release2.yml @@ -45,16 +45,17 @@ jobs: runs-on: ${{ matrix.platform.os }} steps: - - uses: webfactory/ssh-agent@v0.6.0 + - name: Checkout source code + uses: actions/checkout@v3 + with: + token: ${{ secrets.GITHUB_TOKEN }} + + - uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: | ${{ secrets.MAMORU_CORE_KEY }} ${{ secrets.VALIDATION_CHAIN_KEY }} - - name: Checkout source code - uses: actions/checkout@v3 - with: - token: ${{ secrets.GITHUB_TOKEN }} - name: Build binary uses: houseabsolute/actions-rust-cross@v0 with: