Skip to content

Commit 5797793

Browse files
committed
fix(gha): alchemy api key in gh ci test env
updates gha test script to use env var
1 parent 7a9b72c commit 5797793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
KEY: "test"
1717
PROOF: "test"
1818

19-
ALCHEMY_API_KEY: "test"
19+
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
2020
DRPC_API_KEY: "test"
2121
INFURA_API_KEY: "test"
2222

0 commit comments

Comments
 (0)