diff --git a/.github/workflows/echidna.yml b/.github/workflows/echidna.yml index 2fcb00b14..dad2d6357 100644 --- a/.github/workflows/echidna.yml +++ b/.github/workflows/echidna.yml @@ -8,11 +8,7 @@ on: jobs: build: - runs-on: ubuntu-latest - permissions: - contents: read - security-events: write - + runs-on: ubuntu-latest strategy: fail-fast: false matrix: @@ -30,7 +26,7 @@ jobs: python-version: '3.x' - run: yarn install - - run: crytic-compile . --compile-force-framework hardhat + - run: yarn run hardhat compile - name: Run Echidna uses: crytic/echidna-action@v1