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