From 2728bc40348b4d6477a475943231d84e18c2840d Mon Sep 17 00:00:00 2001 From: dewanshparashar Date: Wed, 2 Oct 2024 17:19:01 +0530 Subject: [PATCH] Add keys for masking --- .github/workflows/monitoring.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/monitoring.yml b/.github/workflows/monitoring.yml index 4203950f7d..1a5107ff3e 100644 --- a/.github/workflows/monitoring.yml +++ b/.github/workflows/monitoring.yml @@ -67,6 +67,9 @@ jobs: BATCH_POSTER_MONITORING_SLACK_CHANNEL: ${{ secrets[steps.config.outputs.slack_channel] }} ASSERTION_MONITORING_SLACK_TOKEN: ${{ secrets[steps.config.outputs.slack_token] }} ASSERTION_MONITORING_SLACK_CHANNEL: ${{ secrets[steps.config.outputs.slack_channel] }} + NEXT_PUBLIC_INFURA_KEY: ${{ secrets.NEXT_PUBLIC_INFURA_KEY }} + NOVA_MONITOR_RPC_URL: ${{ secrets.NOVA_MONITOR_RPC_URL }} + ARB_ONE_MONITOR_RPC_URL: ${{ secrets.ARB_ONE_MONITOR_RPC_URL }} - name: Send Slack notification on failure if: failure()