From aa61c5cda5ba43703d6cc70c0e49409968c70a62 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Feb 2021 16:31:38 +0000 Subject: [PATCH] build(release): compiled action for 1.3.5 [skip ci] --- dist/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/index.js b/dist/index.js index 8e771d84..620e4574 100644 --- a/dist/index.js +++ b/dist/index.js @@ -519,6 +519,9 @@ async function main() { if (remoteBranchExists) { const q = `head:${inputs.branch} type:pr is:open repo:${process.env.GITHUB_REPOSITORY}`; const { data } = await request("GET /search/issues", { + headers: { + authorization: `token ${process.env.GITHUB_TOKEN}`, + }, q, });