Skip to content

Commit 6a3828d

Browse files
authored
Merge pull request #36113 from github/repo-sync
Repo sync
2 parents cab3738 + 4498baa commit 6a3828d

File tree

13 files changed

+181
-117
lines changed

13 files changed

+181
-117
lines changed

src/github-apps/lib/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "795897c437bded214ee22f511306cce3f387ca05"
63+
"sha": "032fb2e62ebe84fdbf76cc6145c7432c8921a552"
6464
}

src/rest/data/fpt-2022-11-28/schema.json

+63-44
Large diffs are not rendered by default.

src/rest/data/ghec-2022-11-28/schema.json

+63-44
Large diffs are not rendered by default.

src/rest/data/ghes-3.10-2022-11-28/schema.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -6307,13 +6307,15 @@
63076307
"type": "string",
63086308
"name": "encrypted_value",
63096309
"in": "body",
6310-
"description": "<p>Value for your secret, encrypted with <a href=\"https://libsodium.gitbook.io/doc/bindings_for_other_languages\">LibSodium</a> using the public key retrieved from the <a href=\"https://docs.github.com/[email protected]/rest/actions/secrets#get-an-organization-public-key\">Get an organization public key</a> endpoint.</p>"
6310+
"description": "<p>Value for your secret, encrypted with <a href=\"https://libsodium.gitbook.io/doc/bindings_for_other_languages\">LibSodium</a> using the public key retrieved from the <a href=\"https://docs.github.com/[email protected]/rest/actions/secrets#get-an-organization-public-key\">Get an organization public key</a> endpoint.</p>",
6311+
"isRequired": true
63116312
},
63126313
{
63136314
"type": "string",
63146315
"name": "key_id",
63156316
"in": "body",
6316-
"description": "<p>ID of the key you used to encrypt the secret.</p>"
6317+
"description": "<p>ID of the key you used to encrypt the secret.</p>",
6318+
"isRequired": true
63176319
},
63186320
{
63196321
"type": "string",
@@ -8248,13 +8250,15 @@
82488250
"type": "string",
82498251
"name": "encrypted_value",
82508252
"in": "body",
8251-
"description": "<p>Value for your secret, encrypted with <a href=\"https://libsodium.gitbook.io/doc/bindings_for_other_languages\">LibSodium</a> using the public key retrieved from the <a href=\"https://docs.github.com/[email protected]/rest/actions/secrets#get-a-repository-public-key\">Get a repository public key</a> endpoint.</p>"
8253+
"description": "<p>Value for your secret, encrypted with <a href=\"https://libsodium.gitbook.io/doc/bindings_for_other_languages\">LibSodium</a> using the public key retrieved from the <a href=\"https://docs.github.com/[email protected]/rest/actions/secrets#get-a-repository-public-key\">Get a repository public key</a> endpoint.</p>",
8254+
"isRequired": true
82528255
},
82538256
{
82548257
"type": "string",
82558258
"name": "key_id",
82568259
"in": "body",
8257-
"description": "<p>ID of the key you used to encrypt the secret.</p>"
8260+
"description": "<p>ID of the key you used to encrypt the secret.</p>",
8261+
"isRequired": true
82588262
}
82598263
],
82608264
"progAccess": {

0 commit comments

Comments
 (0)