-
Notifications
You must be signed in to change notification settings - Fork 60.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36113 from github/repo-sync
Repo sync
- Loading branch information
Showing
13 changed files
with
181 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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": { | ||
|
Oops, something went wrong.