From 38fc5b11031c6e5c40527c52b787ff4c436c292c Mon Sep 17 00:00:00 2001 From: Gas One Cent <86567384+gas1cent@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:52:35 +0400 Subject: [PATCH] Revert "fix: missing ENV vars" This reverts commit 6efcead0af4d74d64ce1816bf0732dce0a041c51. --- .github/workflows/coverage.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 48daffbb..2315a1bd 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -4,8 +4,6 @@ on: [push] env: COVERAGE_SENSITIVITY_PERCENT: 1 - MAINNET_RPC: ${{ secrets.MAINNET_RPC }} - SEPOLIA_RPC: ${{ secrets.SEPOLIA_RPC }} jobs: upload-coverage: