Added missing changes and modified dist assets.
This commit is contained in:
parent
0cbc9bc448
commit
c2039de114
16
dist/index.js
generated
vendored
16
dist/index.js
generated
vendored
@ -7518,7 +7518,7 @@ __export(dist_src_exports, {
|
|||||||
module.exports = __toCommonJS(dist_src_exports);
|
module.exports = __toCommonJS(dist_src_exports);
|
||||||
|
|
||||||
// pkg/dist-src/version.js
|
// pkg/dist-src/version.js
|
||||||
var VERSION = "10.2.0";
|
var VERSION = "10.3.0";
|
||||||
|
|
||||||
// pkg/dist-src/generated/endpoints.js
|
// pkg/dist-src/generated/endpoints.js
|
||||||
var Endpoints = {
|
var Endpoints = {
|
||||||
@ -7645,6 +7645,9 @@ var Endpoints = {
|
|||||||
"GET /repos/{owner}/{repo}/actions/permissions/selected-actions"
|
"GET /repos/{owner}/{repo}/actions/permissions/selected-actions"
|
||||||
],
|
],
|
||||||
getArtifact: ["GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}"],
|
getArtifact: ["GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}"],
|
||||||
|
getCustomOidcSubClaimForRepo: [
|
||||||
|
"GET /repos/{owner}/{repo}/actions/oidc/customization/sub"
|
||||||
|
],
|
||||||
getEnvironmentPublicKey: [
|
getEnvironmentPublicKey: [
|
||||||
"GET /repositories/{repository_id}/environments/{environment_name}/secrets/public-key"
|
"GET /repositories/{repository_id}/environments/{environment_name}/secrets/public-key"
|
||||||
],
|
],
|
||||||
@ -7797,6 +7800,9 @@ var Endpoints = {
|
|||||||
setCustomLabelsForSelfHostedRunnerForRepo: [
|
setCustomLabelsForSelfHostedRunnerForRepo: [
|
||||||
"PUT /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"
|
"PUT /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"
|
||||||
],
|
],
|
||||||
|
setCustomOidcSubClaimForRepo: [
|
||||||
|
"PUT /repos/{owner}/{repo}/actions/oidc/customization/sub"
|
||||||
|
],
|
||||||
setGithubActionsDefaultWorkflowPermissionsOrganization: [
|
setGithubActionsDefaultWorkflowPermissionsOrganization: [
|
||||||
"PUT /orgs/{org}/actions/permissions/workflow"
|
"PUT /orgs/{org}/actions/permissions/workflow"
|
||||||
],
|
],
|
||||||
@ -8458,6 +8464,14 @@ var Endpoints = {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
oidc: {
|
||||||
|
getOidcCustomSubTemplateForOrg: [
|
||||||
|
"GET /orgs/{org}/actions/oidc/customization/sub"
|
||||||
|
],
|
||||||
|
updateOidcCustomSubTemplateForOrg: [
|
||||||
|
"PUT /orgs/{org}/actions/oidc/customization/sub"
|
||||||
|
]
|
||||||
|
},
|
||||||
orgs: {
|
orgs: {
|
||||||
addSecurityManagerTeam: [
|
addSecurityManagerTeam: [
|
||||||
"PUT /orgs/{org}/security-managers/teams/{team_slug}"
|
"PUT /orgs/{org}/security-managers/teams/{team_slug}"
|
||||||
|
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user