From b39a66dbbfe59916f20098a80a120a15bb70a9c0 Mon Sep 17 00:00:00 2001 From: Nasfame Date: Tue, 14 Nov 2023 18:22:14 +0530 Subject: [PATCH] post-merge: ci fixes Signed-off-by: Nasfame --- .github/workflows/cross[hardhat].yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/cross[hardhat].yml b/.github/workflows/cross[hardhat].yml index 0c36775..1b15a0c 100644 --- a/.github/workflows/cross[hardhat].yml +++ b/.github/workflows/cross[hardhat].yml @@ -53,23 +53,12 @@ jobs: architecture: ${{ matrix.architecture }} check-latest: true - - uses: DamianReeves/write-file-action@master - with: - path: ${{github.workspace}}/.env.tmp - write-mode: overwrite - contents: | - ${{secrets.ENVHARDHAT}} - - name: Write environment shell: bash run: | echo $envfile > .env.tmp sed 's/ /\n/g' .env.tmp > .env - # - name: Setup tmate session - # if: ${{matrix.os}}==windows-latest - # uses: mxschmitt/action-tmate@v3 - - name: Install dependencies run: pnpm install