Skip to content

Commit

Permalink
build: cache update (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot authored Jun 28, 2022
1 parent 863c5cd commit 3b736ad
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@
"url": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/actions/caches/{cache_id}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/actions/caches{?key,ref}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}",
"triggersNotification": null
Expand Down Expand Up @@ -131,6 +139,10 @@
"url": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/actions/caches",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/actions/cache/usage",
"triggersNotification": null
Expand Down Expand Up @@ -159,6 +171,10 @@
"url": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/actions/oidc/customization/sub",
"triggersNotification": null
},
{
"url": "/repositories/{repository_id}/environments/{environment_name}/secrets/public-key",
"triggersNotification": null
Expand Down Expand Up @@ -383,6 +399,10 @@
"url": "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments",
"triggersNotification": null
},
{
"url": "/enterprises/{enterprise}/actions/oidc/customization/issuer",
"triggersNotification": null
},
{
"url": "/orgs/{org}/actions/permissions/selected-actions",
"triggersNotification": null
Expand All @@ -399,6 +419,10 @@
"url": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/actions/oidc/customization/sub",
"triggersNotification": null
},
{
"url": "/enterprises/{enterprise}/actions/permissions/workflow",
"triggersNotification": null
Expand Down Expand Up @@ -903,6 +927,10 @@
"url": "/user/codespaces/{codespace_name}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/members/{username}/codespaces/{codespace_name}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/codespaces/secrets/{secret_name}",
"triggersNotification": null
Expand Down Expand Up @@ -947,6 +975,10 @@
"url": "/user/codespaces",
"triggersNotification": null
},
{
"url": "/orgs/{org_id}/codespaces",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/codespaces",
"triggersNotification": null
Expand Down Expand Up @@ -983,6 +1015,10 @@
"url": "/user/codespaces/{codespace_name}/stop",
"triggersNotification": null
},
{
"url": "/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop",
"triggersNotification": null
},
{
"url": "/user/codespaces/{codespace_name}",
"triggersNotification": null
Expand Down Expand Up @@ -1751,6 +1787,14 @@
"url": "/authorizations/{authorization_id}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/actions/oidc/customization/sub",
"triggersNotification": null
},
{
"url": "/orgs/{org}/actions/oidc/customization/sub",
"triggersNotification": null
},
{
"url": "/orgs/{org}/blocks/{username}",
"triggersNotification": null
Expand Down

0 comments on commit 3b736ad

Please sign in to comment.