fix: add env var to sdk workflow

This commit is contained in:
moebius
2025-03-06 18:05:01 +01:00
parent 6bf4b9aa55
commit 2eeb3510a1

View File

@@ -62,3 +62,5 @@ jobs:
- name: Run tests with coverage
run: yarn test:cov
env:
HYPERSYNC_API_KEY: ${{ secrets.HYPERSYNC_API_KEY }}