We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee5924 commit 10cdcf7Copy full SHA for 10cdcf7
.github/workflows/update-cache.yml
@@ -32,6 +32,7 @@ jobs:
32
shell: sh
33
run: yarn cache:update
34
env:
35
+ ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
36
CORE_NETWORK: ${{ matrix.network }}
37
RPC_POLYGON: ${{ secrets.RPC_POLYGON }}
38
RPC_OPTIMISM: ${{ secrets.RPC_OPTIMISM }}
@@ -46,6 +47,7 @@ jobs:
46
47
48
run: yarn cache:parse
49
50
51
52
53
0 commit comments