Skip to content

Commit 10cdcf7

Browse files
authored
fix: update workflow (#96)
* fix: pass alchemy key * fix: pass to env
1 parent 6ee5924 commit 10cdcf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-cache.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
shell: sh
3333
run: yarn cache:update
3434
env:
35+
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
3536
CORE_NETWORK: ${{ matrix.network }}
3637
RPC_POLYGON: ${{ secrets.RPC_POLYGON }}
3738
RPC_OPTIMISM: ${{ secrets.RPC_OPTIMISM }}
@@ -46,6 +47,7 @@ jobs:
4647
shell: sh
4748
run: yarn cache:parse
4849
env:
50+
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
4951
CORE_NETWORK: ${{ matrix.network }}
5052
RPC_POLYGON: ${{ secrets.RPC_POLYGON }}
5153
RPC_OPTIMISM: ${{ secrets.RPC_OPTIMISM }}

0 commit comments

Comments
 (0)