From 5ef5b51e05263d480248c46263703781c58cdb4f Mon Sep 17 00:00:00 2001 From: Greg Mondello <72952982+gmondello@users.noreply.github.com> Date: Tue, 19 Aug 2025 03:23:47 -0500 Subject: [PATCH 1/2] Remove "for an enterprise" from billing API docs intro (#57162) --- content/rest/billing/billing.md | 2 +- content/rest/billing/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rest/billing/billing.md b/content/rest/billing/billing.md index 71170d24af4f..efefe23d9831 100644 --- a/content/rest/billing/billing.md +++ b/content/rest/billing/billing.md @@ -2,7 +2,7 @@ title: REST API endpoints for billing shortTitle: Billing allowTitleToDifferFromFilename: true -intro: Use the REST API to get billing information for an enterprise. +intro: Use the REST API to get billing information. topics: - API versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖 diff --git a/content/rest/billing/index.md b/content/rest/billing/index.md index 8ed2ba4cb74b..64d58fcc0b45 100644 --- a/content/rest/billing/index.md +++ b/content/rest/billing/index.md @@ -2,7 +2,7 @@ title: REST API endpoints for billing shortTitle: Billing allowTitleToDifferFromFilename: true -intro: Use the REST API to get billing information for an enterprise. +intro: Use the REST API to get billing information. topics: - API versions: From 14f5529e30ffb529fca450fd4130e92202b54f25 Mon Sep 17 00:00:00 2001 From: Yang Cao Date: Tue, 19 Aug 2025 04:49:05 -0400 Subject: [PATCH 2/2] Update secrets and variables permissions (#57174) --- .../repository-roles-for-an-organization.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization.md b/content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization.md index b4f2441c0dbf..44f0828cf55e 100644 --- a/content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization.md +++ b/content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization.md @@ -99,17 +99,17 @@ Some of the features listed below are limited to organizations using {% data var | {% ifversion fpt or ghec %} | | Create, edit, run, re-run, and cancel [GitHub Actions workflows](/actions) | ✗ | ✗ | ✓ | ✓ | ✓ | | {% endif %} | -| {% ifversion ghec %} | +| {% ifversion fpt or ghec %} | | Create, update, and delete [GitHub Actions secrets](/actions/security-guides/using-secrets-in-github-actions) on GitHub.com | ✗ | ✗ | ✓ | ✓ | ✓ | | {% endif %} | -| {% ifversion fpt or ghes %} | +| {% ifversion ghes %} | | Create, update, and delete [GitHub Actions secrets](/actions/security-guides/using-secrets-in-github-actions) on GitHub.com | ✗ | ✗ | ✗ | ✗ | ✓ | | {% endif %} | | Create, update, and delete [GitHub Actions secrets](/rest/actions/secrets) using the REST API | ✗ | ✗ | ✓ | ✓ | ✓ | -| {% ifversion ghec %} | +| {% ifversion fpt or ghec %} | | Create, update, and delete [GitHub Actions variables](/actions/how-tos/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) on GitHub.com | ✗ | ✗ | ✓ | ✓ | ✓ | | {% endif %} | -| {% ifversion fpt or ghes %} | +| {% ifversion ghes %} | | Create, update, and delete [GitHub Actions variables](/actions/how-tos/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) on GitHub.com | ✗ | ✗ | ✗ | ✗ | ✓ | | {% endif %} | | Create, update, and delete [GitHub Actions variables](/rest/actions/variables) using the REST API | ✗ | ✗ | ✓ | ✓ | ✓ |