Skip to content

Commit

Permalink
fix release gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukaihan committed Aug 27, 2024
1 parent 74221bf commit d04f679
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:

- name: Test
run: yarn test --testPathIgnorePatterns "benchmark.test.ts"
env:
API_KEY: ${{ secrets.API_KEY }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}
EU_API_KEY: ${{ secrets.EU_API_KEY }}
EU_SECRET_KEY: ${{ secrets.EU_SECRET_KEY }}

- name: Configure Git User
run: |
Expand Down

0 comments on commit d04f679

Please sign in to comment.