From 571ebf1b06816bd018197be6567b1251a06b2eb2 Mon Sep 17 00:00:00 2001 From: "Stefan M." Date: Thu, 19 Dec 2024 15:20:56 +0000 Subject: [PATCH] Update dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 159e40a..ae428d2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -31,7 +31,7 @@ async function run() { return } - let githubToken = core.getInput("gh-token", {required: true,}) + let githubToken = process.env.GITHUB_TOKEN let repoOwner = github.context.repo.owner let repoName = github.context.repo.repo const branchName = "go-upgrade-" + latestGoVersion