Snapshot exports (#1223)

* delete old exports

* update test

* tweaks and assets

* install kittycad cli

* fix weird typo

* A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu)

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Kurt Hutten
2023-12-18 13:17:09 +11:00
committed by GitHub
parent d5570e5c62
commit 10b6c1cfbc
20 changed files with 638 additions and 1124 deletions

View File

@ -14,6 +14,7 @@ try {
} catch (err) {
// probably running in CI
secrets.token = process.env.token || ''
secrets.snapshottoken = process.env.snapshottoken || ''
// add more env vars here to make them available in CI
}