Skip to content

Commit

Permalink
Update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Dec 19, 2024
1 parent bca7ed2 commit 571ebf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 571ebf1

Please sign in to comment.