Skip to content

Commit

Permalink
chore(turbo): add env vars to turbo config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Jun 21, 2024
1 parent a281b76 commit 94df233
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"$schema": "https://turborepo.org/schema.json",
"globalEnv": [
"CI"
"CI",
"FIGMA_API_TOKEN",
"GITHUB_TOKEN",
"CSC"
],
"globalDependencies": [
".env"
Expand Down

0 comments on commit 94df233

Please sign in to comment.