From 6892e885df3632bd637fb7bcce06b730c5bdfc81 Mon Sep 17 00:00:00 2001 From: Jake Robertson Date: Fri, 20 Dec 2024 21:15:53 -0800 Subject: [PATCH] add GH_TOKEN env to turbo conf --- turbo.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/turbo.json b/turbo.json index df8e8789..b85f5d6c 100644 --- a/turbo.json +++ b/turbo.json @@ -40,6 +40,9 @@ ], "outputs": [ "release/**" + ], + "passThroughEnv": [ + "GH_TOKEN" ] }, "dist:mac": { @@ -48,6 +51,9 @@ ], "outputs": [ "release/**" + ], + "passThroughEnv": [ + "GH_TOKEN" ] }, "dist:linux": { @@ -56,6 +62,9 @@ ], "outputs": [ "release/**" + ], + "passThroughEnv": [ + "GH_TOKEN" ] } }