Skip to content

Commit 5421778

Browse files
committed
fix: add ALCHEMY_KEY to storage layout run
1 parent b9e3d43 commit 5421778

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
node-version: 18
3434
- run: yarn install --frozen-lockfile
3535
- run: yarn storage:check
36+
env:
37+
ALCHEMY_KEY: ${{ secrets.ALCHEMY_KEY }}
3638
format:
3739
runs-on: ubuntu-latest
3840
environment: CI

0 commit comments

Comments
 (0)