From 12409050ed302f37f75e79963e8b3c8497135565 Mon Sep 17 00:00:00 2001 From: Edoardo Ranghieri Date: Sun, 11 Aug 2024 13:27:49 +0200 Subject: [PATCH] build(turbo): add env vars to `deploy` task --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index e0e7bc02..3172c327 100644 --- a/turbo.json +++ b/turbo.json @@ -9,7 +9,8 @@ "test": {}, "lint": {}, "deploy": { - "dependsOn": ["build", "lint"] + "dependsOn": ["build", "lint"], + "env": ["NPM_TOKEN", "GITHUB_TOKEN"] }, "dev": { "cache": false,