Skip to content

Commit 17927c0

Browse files
authored
chore: fix kitchensink workflow environment (#622)
1 parent 38d965f commit 17927c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

turbo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
},
9494
"deploy": {
9595
"cache": false,
96-
"dependsOn": ["^build"]
96+
"dependsOn": ["^build"],
97+
"env": ["SANITY_AUTH_TOKEN"]
9798
}
9899
}
99100
}

0 commit comments

Comments
 (0)