diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bab1655..d0f8a387 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Precompile using 0.8.14 and via-ir=false run: yarn build - - name: 'Create env file' + - name: Create env file run: | touch .env echo MAINNET_RPC="${{ secrets.MAINNET_RPC }}" >> .env