From 130d8cc50714b4c9b5950dc4cd16f00c189f29ab Mon Sep 17 00:00:00 2001 From: viraj124 Date: Mon, 28 Oct 2024 15:36:57 +0530 Subject: [PATCH] chore: update env var name --- .github/workflows/manual-query-grant-role-event.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manual-query-grant-role-event.yml b/.github/workflows/manual-query-grant-role-event.yml index a1479b74..d812a88e 100644 --- a/.github/workflows/manual-query-grant-role-event.yml +++ b/.github/workflows/manual-query-grant-role-event.yml @@ -24,9 +24,9 @@ jobs: pnpm-version: 9.0.6 - name: Mask ENV var run: | - RPC=$(jq -r '.inputs.rpc' $GITHUB_EVENT_PATH) - echo ::add-mask::$RPC - echo RPC=$RPC >> $GITHUB_ENV + RPC_URL=$(jq -r '.inputs.rpc' $GITHUB_EVENT_PATH) + echo ::add-mask::$RPC_URL + echo RPC_URL=$RPC_URL >> $GITHUB_ENV - name: Query Events run: | npx hardhat compile && npx hardhat grant-role-event-filter --contract ${{ github.event.inputs.contractAddress }}