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

[pull] main from github:main #644

Merged
merged 4 commits 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 content/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: '{% data variables.product.product_name %}{% ifversion fpt or ghec%}.com{% endif %} Help Documentation'
title: '{% data variables.product.github %}{% ifversion fpt or ghec%}.com{% endif %} Help Documentation'
featuredLinks:
gettingStarted:
- /get-started/getting-started-with-git/set-up-git
Expand Down
3 changes: 0 additions & 3 deletions data/variables/product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ github: 'GitHub'
## DO NOT USE. Use the `github` variable instead. (Writers found the name of this variable to be misleading.)
prodname_dotcom: 'GitHub'

product_name: >-
{% ifversion ghec %}GitHub Enterprise Cloud{% elsif ghes %}GitHub Enterprise Server{% else %}GitHub{% endif %}

## Use this variable when the output should always be GitHub Enterprise, regardless of the product the user is using
prodname_enterprise: 'GitHub Enterprise'

Expand Down
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