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,