cleanup dependencies

This commit is contained in:
Corey Butler
2023-03-30 21:21:24 -05:00
parent 705426c441
commit 31738a03da
2 changed files with 1 additions and 64 deletions

View File

@ -1,6 +1,6 @@
import core from '@actions/core'
import os from 'os'
import octokit from 'octokit@2.0.14'
import octokit from 'octokit'
// Get authenticated GitHub client (Ocktokit): https://github.com/actions/toolkit/tree/master/packages/github#usage
const github = (new octokit({ auth: process.env.GITHUB_TOKEN || process.env.INPUT_GITHUB_TOKEN })).rest