Skip to content

Commit

Permalink
set environment variable as string
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Jul 9, 2023
1 parent e373e74 commit 42d8648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
RPC_URL: ${{ secrets.RPC_URL }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
ECDSA_LIB_ADDRESS: 0xe9e21aaEaEad9c57C1F4c622915fFB54f9Ebe338
ECDSA_LIB_ADDRESS: "0xe9e21aaEaEad9c57C1F4c622915fFB54f9Ebe338"

jobs:
check:
Expand Down

0 comments on commit 42d8648

Please sign in to comment.