mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17:58 -05:00
fix: update workflow var name
This commit is contained in:
4
.github/workflows/sdk.yml
vendored
4
.github/workflows/sdk.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "packages/sdk/**"
|
||||
- ".github/workflows/**"
|
||||
- ".github/workflows/sdk.yml"
|
||||
push:
|
||||
branches: [main, dev]
|
||||
|
||||
@@ -63,4 +63,4 @@ jobs:
|
||||
- name: Run tests with coverage
|
||||
run: yarn test:cov
|
||||
env:
|
||||
HYPERSYNC_API_KEY: ${{ secrets.HYPERSYNC_API_KEY }}
|
||||
RPC_API_KEY: ${{ secrets.RPC_API_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user