Skip to content

Commit

Permalink
Update Slither steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ezequiel-rodriguez committed Dec 17, 2024
1 parent 02f4459 commit b6f9b45
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@ jobs:
security-events: write
steps:
- name: Checkout repository
env:
RSK_MAINNET_RPC_URL: ${{ secrets.RSK_MAINNET_RPC_URL }}
RSK_TESTNET_RPC_URL: ${{ secrets.RSK_TESTNET_RPC_URL }}
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
uses: actions/checkout@v4

- name: Set up environment
run: |
echo "Setting up environment with secrets"
echo "RSK_MAINNET_RPC_URL=${{ secrets.RSK_MAINNET_RPC_URL }}"
echo "RSK_TESTNET_RPC_URL=${{ secrets.RSK_TESTNET_RPC_URL }}"
echo "WALLET_PRIVATE_KEY=${{ secrets.WALLET_PRIVATE_KEY }}"
- name: Run Slither
uses: crytic/[email protected]
id: slither
Expand Down

0 comments on commit b6f9b45

Please sign in to comment.