Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo sync #36113

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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