diff --git a/package.json b/package.json index 32042c6..483d2e7 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,11 @@ "homepage": "https://github.com/actions/container-toolkit-template#readme", "dependencies": { "@actions/core": "^1.0.0", - "@actions/io": "^1.0.0", "@actions/exec": "^1.0.0", "@actions/github": "^1.0.0", - "@actions/tool-cache": "^1.0.0" + "@actions/io": "^1.0.0", + "@actions/tool-cache": "^1.0.0", + "@octokit/rest": "^17.1.4" }, "devDependencies": { "@types/jest": "^24.0.13",