Skip to content

Commit

Permalink
Merge pull request #36113 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Jan 31, 2025
2 parents cab3738 + 4498baa commit 6a3828d
Show file tree
Hide file tree
Showing 13 changed files with 181 additions and 117 deletions.
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "795897c437bded214ee22f511306cce3f387ca05"
"sha": "032fb2e62ebe84fdbf76cc6145c7432c8921a552"
}
107 changes: 63 additions & 44 deletions src/rest/data/fpt-2022-11-28/schema.json

Large diffs are not rendered by default.

107 changes: 63 additions & 44 deletions src/rest/data/ghec-2022-11-28/schema.json

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions src/rest/data/ghes-3.10-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6307,13 +6307,15 @@
"type": "string",
"name": "encrypted_value",
"in": "body",
"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>"
"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>",
"isRequired": true
},
{
"type": "string",
"name": "key_id",
"in": "body",
"description": "<p>ID of the key you used to encrypt the secret.</p>"
"description": "<p>ID of the key you used to encrypt the secret.</p>",
"isRequired": true
},
{
"type": "string",
Expand Down Expand Up @@ -8248,13 +8250,15 @@
"type": "string",
"name": "encrypted_value",
"in": "body",
"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>"
"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>",
"isRequired": true
},
{
"type": "string",
"name": "key_id",
"in": "body",
"description": "<p>ID of the key you used to encrypt the secret.</p>"
"description": "<p>ID of the key you used to encrypt the secret.</p>",
"isRequired": true
}
],
"progAccess": {
Expand Down
Loading

0 comments on commit 6a3828d

Please sign in to comment.