Skip to content

Commit

Permalink
chore: update env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 committed Oct 28, 2024
1 parent eeef943 commit 130d8cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual-query-grant-role-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 130d8cc

Please sign in to comment.