Skip to content
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
3 changes: 2 additions & 1 deletion content/actions/concepts/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Concepts
title: Concepts for GitHub Actions
shortTitle: Concepts
intro: "Learn the core concepts that you'll need to understand GitHub Actions."
versions:
fpt: '*'
Expand Down
3 changes: 2 additions & 1 deletion content/actions/tutorials/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Tutorials
title: Tutorials for GitHub Actions
shortTitle: Tutorials
intro: "Build skills and knowledge about GitHub Actions through hands-on activities."
versions:
fpt: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The following features are currently unavailable on {% data variables.enterprise
| {% data variables.product.prodname_copilot_short %} Metrics API | Currently unavailable | [AUTOTITLE](/rest/copilot/copilot-metrics) |
| {% data variables.copilot.copilot_coding_agent %} | Currently unavailable | [AUTOTITLE](/copilot/using-github-copilot/coding-agent/about-assigning-tasks-to-copilot) |
| Restricting {% data variables.product.prodname_actions %} policies to verified creators | Currently unavailable | [AUTOTITLE](/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise#allow-enterprise-and-select-non-enterprise-actions-and-reusable-workflows) |
| Billing for premium requests in {% data variables.product.prodname_copilot_short %} | Currently unavailable | [AUTOTITLE](/copilot/managing-copilot/understanding-and-managing-copilot-usage/understanding-and-managing-requests-in-copilot) |
| {% data variables.product.prodname_github_models %} | Currently unavailable | [AUTOTITLE](/github-models/about-github-models) |
| Some features currently in {% data variables.release-phases.public_preview %} or {% data variables.release-phases.private_preview %} | Certain features that are in a preview phase on {% data variables.product.prodname_dotcom_the_website %} may not be available on {% data variables.enterprise.data_residency_site %} | |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The trial lasts for **{% data reusables.enterprise.ghec-trial-length %} days** a
* Access to the **new billing platform**.{% ifversion enhanced-billing-platform %} See [AUTOTITLE](/billing/using-the-new-billing-platform/about-the-new-billing-platform-for-enterprises).{% endif %}
* An **enterprise account**, which allows you to manage multiple organizations. See [AUTOTITLE](/enterprise-cloud@latest/get-started/learning-about-github/types-of-github-accounts).
* Up to **50 licenses** to grant access to users.
* Up to 3,000 minutes of standard {% data variables.product.prodname_dotcom %}-hosted runners.

Your trial **won't** include access to {% data variables.product.prodname_ghe_server %}. To test this, contact {% data variables.contact.contact_enterprise_sales %}.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ redirect_from:

> [!IMPORTANT]
> * Billing for premium requests began on June 18, 2025 for all paid {% data variables.product.prodname_copilot_short %} plans, and the request counters were only set to zero for paid plans.
> * {% data reusables.copilot.data-residency-availability %}
> * Premium request counters reset on the 1st of each month. See [AUTOTITLE](/copilot/managing-copilot/understanding-and-managing-copilot-usage/monitoring-your-copilot-usage-and-entitlements).
> * Certain requests may experience rate limits to accommodate high demand. Rate limits restrict the number of requests that can be made within a specific time period.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ Now that you've enabled your custom models in {% data variables.product.prodname

* Store prompts on {% data variables.product.github %} so that you can iterate to fine-tune your prompts, and share them with stakeholders. See [AUTOTITLE](/github-models/use-github-models/storing-prompts-in-github-repositories).

* Launch your AI application. See [Going to production](/github-models/use-github-models/prototyping-with-ai-models#going-to-production)
* Launch your AI application. See [Going to production](/github-models/use-github-models/prototyping-with-ai-models#going-to-production).
14 changes: 14 additions & 0 deletions content/rest/orgs/attestations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: TODOCS
shortTitle: TODOCS
intro: TODOCS
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
topics:
- API
autogenerated: rest
allowTitleToDifferFromFilename: true
---

<!-- Content after this section is automatically generated -->
1 change: 1 addition & 0 deletions content/rest/orgs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ topics:
- API
children:
- /api-insights
- /attestations
- /blocking
- /bypass-requests
- /custom-properties
Expand Down
1 change: 1 addition & 0 deletions data/reusables/copilot/data-residency-availability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Billing for premium requests is **not available** if you use {% data variables.enterprise.data_residency %}. This means premium requests are not counted and you will not be charged for them. Support for premium request billing in data residency environments is coming soon.
Original file line number Diff line number Diff line change
Expand Up @@ -4074,6 +4074,33 @@
"title": "Attestations",
"displayTitle": "Repository permissions for \"Attestations\"",
"permissions": [
{
"category": "orgs",
"slug": "delete-attestations-in-bulk",
"subcategory": "attestations",
"verb": "post",
"requestPath": "/orgs/{org}/attestations/delete-request",
"additional-permissions": false,
"access": "write"
},
{
"category": "orgs",
"slug": "delete-attestations-by-subject-digest",
"subcategory": "attestations",
"verb": "delete",
"requestPath": "/orgs/{org}/attestations/digest/{subject_digest}",
"additional-permissions": false,
"access": "write"
},
{
"category": "orgs",
"slug": "delete-attestations-by-id",
"subcategory": "attestations",
"verb": "delete",
"requestPath": "/orgs/{org}/attestations/{attestation_id}",
"additional-permissions": false,
"access": "write"
},
{
"category": "repos",
"slug": "create-an-attestation",
Expand Down
18 changes: 18 additions & 0 deletions src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json
Original file line number Diff line number Diff line change
Expand Up @@ -3242,6 +3242,24 @@
"verb": "post",
"requestPath": "/orgs/{org}/attestations/bulk-list"
},
{
"slug": "delete-attestations-in-bulk",
"subcategory": "attestations",
"verb": "post",
"requestPath": "/orgs/{org}/attestations/delete-request"
},
{
"slug": "delete-attestations-by-subject-digest",
"subcategory": "attestations",
"verb": "delete",
"requestPath": "/orgs/{org}/attestations/digest/{subject_digest}"
},
{
"slug": "delete-attestations-by-id",
"subcategory": "attestations",
"verb": "delete",
"requestPath": "/orgs/{org}/attestations/{attestation_id}"
},
{
"slug": "list-attestations",
"subcategory": "orgs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4944,6 +4944,39 @@
"title": "Attestations",
"displayTitle": "Repository permissions for \"Attestations\"",
"permissions": [
{
"category": "orgs",
"slug": "delete-attestations-in-bulk",
"subcategory": "attestations",
"verb": "post",
"requestPath": "/orgs/{org}/attestations/delete-request",
"access": "write",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": false
},
{
"category": "orgs",
"slug": "delete-attestations-by-subject-digest",
"subcategory": "attestations",
"verb": "delete",
"requestPath": "/orgs/{org}/attestations/digest/{subject_digest}",
"access": "write",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": false
},
{
"category": "orgs",
"slug": "delete-attestations-by-id",
"subcategory": "attestations",
"verb": "delete",
"requestPath": "/orgs/{org}/attestations/{attestation_id}",
"access": "write",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": false
},
{
"category": "repos",
"slug": "create-an-attestation",
Expand Down
18 changes: 18 additions & 0 deletions src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2762,6 +2762,24 @@
"verb": "post",
"requestPath": "/orgs/{org}/attestations/bulk-list"
},
{
"slug": "delete-attestations-in-bulk",
"subcategory": "attestations",
"verb": "post",
"requestPath": "/orgs/{org}/attestations/delete-request"
},
{
"slug": "delete-attestations-by-subject-digest",
"subcategory": "attestations",
"verb": "delete",
"requestPath": "/orgs/{org}/attestations/digest/{subject_digest}"
},
{
"slug": "delete-attestations-by-id",
"subcategory": "attestations",
"verb": "delete",
"requestPath": "/orgs/{org}/attestations/{attestation_id}"
},
{
"slug": "list-attestations",
"subcategory": "orgs",
Expand Down
18 changes: 18 additions & 0 deletions src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3242,6 +3242,24 @@
"verb": "post",
"requestPath": "/orgs/{org}/attestations/bulk-list"
},
{
"slug": "delete-attestations-in-bulk",
"subcategory": "attestations",
"verb": "post",
"requestPath": "/orgs/{org}/attestations/delete-request"
},
{
"slug": "delete-attestations-by-subject-digest",
"subcategory": "attestations",
"verb": "delete",
"requestPath": "/orgs/{org}/attestations/digest/{subject_digest}"
},
{
"slug": "delete-attestations-by-id",
"subcategory": "attestations",
"verb": "delete",
"requestPath": "/orgs/{org}/attestations/{attestation_id}"
},
{
"slug": "list-attestations",
"subcategory": "orgs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2621,6 +2621,21 @@
}
]
},
"secret_scanning_dismissal_requests": {
"title": "Secret scanning alert dismissal requests",
"displayTitle": "Organization permissions for \"Secret scanning alert dismissal requests\"",
"permissions": [
{
"category": "secret-scanning",
"slug": "list-alert-dismissal-requests-for-secret-scanning-for-an-org",
"subcategory": "alert-dismissal-requests",
"verb": "get",
"requestPath": "/orgs/{org}/dismissal-requests/secret-scanning",
"additional-permissions": true,
"access": "read"
}
]
},
"organization_secrets": {
"title": "Secrets",
"displayTitle": "Organization permissions for \"Secrets\"",
Expand Down Expand Up @@ -4647,6 +4662,33 @@
"title": "Attestations",
"displayTitle": "Repository permissions for \"Attestations\"",
"permissions": [
{
"category": "orgs",
"slug": "delete-attestations-in-bulk",
"subcategory": "attestations",
"verb": "post",
"requestPath": "/orgs/{org}/attestations/delete-request",
"additional-permissions": false,
"access": "write"
},
{
"category": "orgs",
"slug": "delete-attestations-by-subject-digest",
"subcategory": "attestations",
"verb": "delete",
"requestPath": "/orgs/{org}/attestations/digest/{subject_digest}",
"additional-permissions": false,
"access": "write"
},
{
"category": "orgs",
"slug": "delete-attestations-by-id",
"subcategory": "attestations",
"verb": "delete",
"requestPath": "/orgs/{org}/attestations/{attestation_id}",
"additional-permissions": false,
"access": "write"
},
{
"category": "repos",
"slug": "create-an-attestation",
Expand Down Expand Up @@ -8112,7 +8154,7 @@
"subcategory": "alert-dismissal-requests",
"verb": "get",
"requestPath": "/orgs/{org}/dismissal-requests/secret-scanning",
"additional-permissions": false,
"additional-permissions": true,
"access": "read"
},
{
Expand Down
18 changes: 18 additions & 0 deletions src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json
Original file line number Diff line number Diff line change
Expand Up @@ -3468,6 +3468,24 @@
"verb": "post",
"requestPath": "/orgs/{org}/attestations/bulk-list"
},
{
"slug": "delete-attestations-in-bulk",
"subcategory": "attestations",
"verb": "post",
"requestPath": "/orgs/{org}/attestations/delete-request"
},
{
"slug": "delete-attestations-by-subject-digest",
"subcategory": "attestations",
"verb": "delete",
"requestPath": "/orgs/{org}/attestations/digest/{subject_digest}"
},
{
"slug": "delete-attestations-by-id",
"subcategory": "attestations",
"verb": "delete",
"requestPath": "/orgs/{org}/attestations/{attestation_id}"
},
{
"slug": "list-attestations",
"subcategory": "orgs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3173,6 +3173,23 @@
}
]
},
"secret_scanning_dismissal_requests": {
"title": "Secret scanning alert dismissal requests",
"displayTitle": "Organization permissions for \"Secret scanning alert dismissal requests\"",
"permissions": [
{
"category": "secret-scanning",
"slug": "list-alert-dismissal-requests-for-secret-scanning-for-an-org",
"subcategory": "alert-dismissal-requests",
"verb": "get",
"requestPath": "/orgs/{org}/dismissal-requests/secret-scanning",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
}
]
},
"organization_secrets": {
"title": "Secrets",
"displayTitle": "Organization permissions for \"Secrets\"",
Expand Down Expand Up @@ -5639,6 +5656,39 @@
"title": "Attestations",
"displayTitle": "Repository permissions for \"Attestations\"",
"permissions": [
{
"category": "orgs",
"slug": "delete-attestations-in-bulk",
"subcategory": "attestations",
"verb": "post",
"requestPath": "/orgs/{org}/attestations/delete-request",
"access": "write",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": false
},
{
"category": "orgs",
"slug": "delete-attestations-by-subject-digest",
"subcategory": "attestations",
"verb": "delete",
"requestPath": "/orgs/{org}/attestations/digest/{subject_digest}",
"access": "write",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": false
},
{
"category": "orgs",
"slug": "delete-attestations-by-id",
"subcategory": "attestations",
"verb": "delete",
"requestPath": "/orgs/{org}/attestations/{attestation_id}",
"access": "write",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": false
},
{
"category": "repos",
"slug": "create-an-attestation",
Expand Down Expand Up @@ -9860,7 +9910,7 @@
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": false
"additional-permissions": true
},
{
"category": "secret-scanning",
Expand Down
Loading
Loading