From 71001dae2dc631fc454418049280df99da059ead Mon Sep 17 00:00:00 2001 From: Timmy Willison <4timmywil@gmail.com> Date: Fri, 18 Sep 2020 16:14:41 -0400 Subject: [PATCH] build: set tokenRef to custom name --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b8cc8a9c..19f2e1c3 100644 --- a/package.json +++ b/package.json @@ -216,7 +216,8 @@ "publish": false }, "github": { - "release": true + "release": true, + "tokenRef": "SPOKESTACK_WEBSITE_GITHUB_TOKEN" }, "plugins": { "@release-it/conventional-changelog": {