From 3931967a7f6ecc6c8abd1a1276c1defb2841d2b4 Mon Sep 17 00:00:00 2001 From: Lars Kappert Date: Tue, 4 Jul 2023 21:52:52 +0200 Subject: [PATCH] Use GITHUB_TOKEN_RELEASE_IT token --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 29f4a4e..a00010b 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,8 @@ "before:init": "npm test" }, "github": { - "release": true + "release": true, + "tokenRef": "GITHUB_TOKEN_RELEASE_IT" } } }