Skip to content

Commit b50b528

Browse files
Update OpenAPI 3.0 Descriptions
1 parent 4615979 commit b50b528

16 files changed

+24
-24
lines changed

descriptions/api.github.com/api.github.com.2022-11-28.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26812,7 +26812,7 @@
2681226812
"/repos/{owner}/{repo}/attestations": {
2681326813
"post": {
2681426814
"summary": "Create an attestation",
26815-
"description": "Store an artifact attestation and associate it with a repository.\n\nThe authenticated user must have write permission to the repository and, if using a fine-grained access token the `attestations:write` permission is required.\n\nArtifact attestations are meant to be created using the [attest action](https://github.com/actions/attest). For amore information, see our guide on [using artifact attestations to establish a build's provenance](https://docs.github.com/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).",
26815+
"description": "Store an artifact attestation and associate it with a repository.\n\nThe authenticated user must have write permission to the repository and, if using a fine-grained access token, the `attestations:write` permission is required.\n\nArtifact attestations are meant to be created using the [attest action](https://github.com/actions/attest). For more information, see our guide on [using artifact attestations to establish a build's provenance](https://docs.github.com/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).",
2681626816
"tags": [
2681726817
"repos"
2681826818
],

descriptions/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19435,9 +19435,9 @@ paths:
1943519435
description: |-
1943619436
Store an artifact attestation and associate it with a repository.
1943719437

19438-
The authenticated user must have write permission to the repository and, if using a fine-grained access token the `attestations:write` permission is required.
19438+
The authenticated user must have write permission to the repository and, if using a fine-grained access token, the `attestations:write` permission is required.
1943919439

19440-
Artifact attestations are meant to be created using the [attest action](https://github.com/actions/attest). For amore information, see our guide on [using artifact attestations to establish a build's provenance](https://docs.github.com/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
19440+
Artifact attestations are meant to be created using the [attest action](https://github.com/actions/attest). For more information, see our guide on [using artifact attestations to establish a build's provenance](https://docs.github.com/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
1944119441
tags:
1944219442
- repos
1944319443
operationId: repos/create-attestation

0 commit comments

Comments
 (0)