Skip to content

Commit

Permalink
Fix the env var for js tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lf94 committed Jan 12, 2024
1 parent 4c2faea commit 62b6a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
FILE=$(find ${{ matrix.test-path }} -name "*.js")
node $FILE
env:
KITTYCAD_API_TOKEN: ${{secrets.KITTYCAD_API_TOKEN}}
KITTYCAD_TOKEN: ${{secrets.KITTYCAD_API_TOKEN}}

build-test-rs-versions:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 62b6a68

Please sign in to comment.