Skip to content

Commit 0946f51

Browse files
committed
change KITTYCAD_API_TOKEN to ZOO_TOKEN
1 parent bb0b925 commit 0946f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cargo build
3030
- name: Run tester
3131
env:
32-
KITTYCAD_API_TOKEN: ${{secrets.KITTYCAD_API_TOKEN}}
32+
ZOO_TOKEN: ${{secrets.KITTYCAD_API_TOKEN}}
3333
run: |
3434
./kcl-book-tester/target/debug/kcl-book-tester . all
3535

0 commit comments

Comments
 (0)