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 b9e3d43 commit 5421778Copy full SHA for 5421778
.github/workflows/tests.yml
@@ -33,6 +33,8 @@ jobs:
33
node-version: 18
34
- run: yarn install --frozen-lockfile
35
- run: yarn storage:check
36
+ env:
37
+ ALCHEMY_KEY: ${{ secrets.ALCHEMY_KEY }}
38
format:
39
runs-on: ubuntu-latest
40
environment: CI
0 commit comments