Skip to content

Commit 425a68b

Browse files
Commit via running ake Sources/repos
1 parent ecf43db commit 425a68b

File tree

2 files changed

+9
-74
lines changed

2 files changed

+9
-74
lines changed

Sources/repos/Client.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1675,9 +1675,9 @@ public struct Client: APIProtocol {
16751675
///
16761676
/// Store an artifact attestation and associate it with a repository.
16771677
///
1678-
/// The authenticated user must have write permission to the repository and, if using a fine-grained access token the `attestations:write` permission is required.
1678+
/// The authenticated user must have write permission to the repository and, if using a fine-grained access token, the `attestations:write` permission is required.
16791679
///
1680-
/// 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).
1680+
/// 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).
16811681
///
16821682
/// - Remark: HTTP `POST /repos/{owner}/{repo}/attestations`.
16831683
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/attestations/post(repos/create-attestation)`.

0 commit comments

Comments
 (0)