Skip to content

Commit

Permalink
debug: masking syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 committed Oct 28, 2024
1 parent 9c278af commit eeef943
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/manual-query-grant-role-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
with:
node-version: 20.16.0
pnpm-version: 9.0.6
- name: Mask RPC URL
- name: Mask ENV var
run: |
echo "::add-mask::${{ github.event.inputs.rpc }}"
env:
RPC_URL: ${{ github.event.inputs.rpc }}
RPC=$(jq -r '.inputs.rpc' $GITHUB_EVENT_PATH)
echo ::add-mask::$RPC
echo RPC=$RPC >> $GITHUB_ENV
- name: Query Events
run: |
npx hardhat compile && npx hardhat grant-role-event-filter --contract ${{ github.event.inputs.contractAddress }}
Expand All @@ -36,4 +36,4 @@ jobs:
with:
name: event-query-payload
path: ./packages/solidity-contracts/grantedRoles.json
retention-days: 90
retention-days: 90

0 comments on commit eeef943

Please sign in to comment.