Moved oidc functionality to actions/core

This commit is contained in:
Sourav Chanduka
2021-08-04 09:24:51 +05:30
parent 5afccaa9db
commit 9c6e7d8265
18 changed files with 170 additions and 17027 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "1.4.0",
"version": "1.4.1",
"description": "Actions core lib",
"keywords": [
"github",
@@ -36,6 +36,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"devDependencies": {
"@actions/http-client": "^1.0.11",
"@types/node": "^12.0.2"
}
}