We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960853a commit c8cf7e6Copy full SHA for c8cf7e6
.github/workflows/ci.yml
@@ -13,6 +13,9 @@ jobs:
13
permissions:
14
contents: read
15
pull-requests: write
16
+ env:
17
+ CHAIN_1_ID: 1337
18
+ CHAIN_1_RPC_URL: http://localhost:8545
19
defaults:
20
run:
21
working-directory: ./
cspell-config/cspell-misc.txt
@@ -14,6 +14,7 @@ ethereum
sepolia
foundryup
unpermitted
+reauthenticate
// auth-server
oidc
0 commit comments