diff --git a/.github/workflows/loom.yml b/.github/workflows/loom.yml index bb0b1f8b..6e87f741 100644 --- a/.github/workflows/loom.yml +++ b/.github/workflows/loom.yml @@ -17,7 +17,6 @@ jobs: if: github.repository == 'dexloom/loom' name: make test runs-on: ubuntu-latest - environment: default env: MAINNET_HTTP: ${{ secrets.SECRET_NODE_HTTP }} MAINNET_WS: ${{ secrets.SECRET_NODE_WS }} @@ -37,7 +36,6 @@ jobs: if: github.repository == 'dexloom/loom' name: make fmt-check runs-on: ubuntu-latest - environment: default steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable @@ -49,7 +47,6 @@ jobs: if: github.repository == 'dexloom/loom' name: make clippy runs-on: ubuntu-latest - environment: default steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@clippy