From 9773594590aff470e18b823ce38984d4fcb71f79 Mon Sep 17 00:00:00 2001 From: zeroknots Date: Wed, 21 Feb 2024 13:22:03 +0700 Subject: [PATCH] adding inputs --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3cd374d3..467c05ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,5 @@ jobs: needs: ["build"] uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-coverage.yaml@main" with: - env: - token: ${{ secrets.CODECOV_TOKEN }} - slug: zeroknots/registry match-path: "test/**/*.sol" + coverage-slug: zeroknots/registry