mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 10:44:19 +00:00
Revert change removing commented code.
This commit is contained in:
parent
7ddcf0992b
commit
622aee2066
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ async function run() {
|
|||
}
|
||||
}
|
||||
|
||||
// const oktokit = GitHub.plugin(
|
||||
// require("@octokit/plugin-throttling"),
|
||||
// require("@octokit/plugin-retry")
|
||||
// );
|
||||
|
||||
const gh = getOctokit(config.github_token, {
|
||||
//new oktokit(
|
||||
throttle: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue