Skip to content

Commit 25ce615

Browse files
Commit via running: make Sources/private-registries
1 parent 2665444 commit 25ce615

2 files changed

Lines changed: 85 additions & 17 deletions

File tree

Sources/private-registries/Client.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public struct Client: APIProtocol {
185185
///
186186
///
187187
/// Creates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)."
188-
/// For OIDC-based registries (`oidc_azure`, `oidc_aws`, `oidc_jfrog`, or `oidc_cloudsmith`), the `encrypted_value` and `key_id` fields should be omitted.
188+
/// For OIDC-based registries (`oidc_azure`, `oidc_aws`, `oidc_jfrog`, `oidc_cloudsmith`, or `oidc_gcp`), the `encrypted_value` and `key_id` fields should be omitted.
189189
///
190190
/// OAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.
191191
///
@@ -493,7 +493,7 @@ public struct Client: APIProtocol {
493493
///
494494
///
495495
/// Updates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)."
496-
/// For OIDC-based registries (`oidc_azure`, `oidc_aws`, `oidc_jfrog`, or `oidc_cloudsmith`), the `encrypted_value` and `key_id` fields should be omitted.
496+
/// For OIDC-based registries (`oidc_azure`, `oidc_aws`, `oidc_jfrog`, `oidc_cloudsmith`, or `oidc_gcp`), the `encrypted_value` and `key_id` fields should be omitted.
497497
///
498498
/// OAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.
499499
///

0 commit comments

Comments
 (0)