Relocate articles into a new "Administer GitHub Actions" category (#51749)
This commit is contained in:
15
content/actions/administering-github-actions/index.md
Normal file
15
content/actions/administering-github-actions/index.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: Administering GitHub Actions
|
||||
shortTitle: Administer GitHub Actions
|
||||
intro: 'Manage {% data variables.product.prodname_actions %} settings for your organization or enterprise.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghec: '*'
|
||||
children:
|
||||
- /usage-limits-billing-and-administration
|
||||
- /viewing-github-actions-usage-metrics-for-your-organization
|
||||
- /sharing-workflows-secrets-and-runners-with-your-organization
|
||||
- /managing-environments-for-deployment
|
||||
---
|
||||
|
||||
@@ -3,12 +3,14 @@ title: Managing environments for deployment
|
||||
shortTitle: Manage environments
|
||||
intro: You can create environments and secure those environments with deployment protection rules. A job that references an environment must follow any protection rules for the environment before running or accessing the environment's secrets.
|
||||
product: '{% data reusables.gated-features.environments %}'
|
||||
permissions: 'Repository owners'
|
||||
permissions: Repository owners
|
||||
redirect_from:
|
||||
- /actions/reference/environments
|
||||
- /actions/deployment/environments
|
||||
- /actions/deployment/using-environments-for-deployment
|
||||
- /actions/deployment/targeting-different-environments/using-environments-for-deployment
|
||||
- /actions/deployment/targeting-different-environments
|
||||
- /actions/deployment/targeting-different-environments/managing-environments-for-deployment
|
||||
topics:
|
||||
- CD
|
||||
- Deployment
|
||||
@@ -5,6 +5,7 @@ intro: 'Learn how you can use organization features to collaborate with your tea
|
||||
redirect_from:
|
||||
- /actions/learn-github-actions/sharing-workflows-with-your-organization
|
||||
- /actions/learn-github-actions/sharing-workflows-secrets-and-runners-with-your-organization
|
||||
- /actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -4,6 +4,7 @@ intro: 'There are usage limits for {% data variables.product.prodname_actions %}
|
||||
redirect_from:
|
||||
- /actions/getting-started-with-github-actions/usage-and-billing-information-for-github-actions
|
||||
- /actions/reference/usage-limits-billing-and-administration
|
||||
- /actions/learn-github-actions/usage-limits-billing-and-administration
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -2,11 +2,13 @@
|
||||
title: Viewing GitHub Actions usage metrics for your organization
|
||||
shortTitle: GitHub Actions usage metrics
|
||||
intro: 'Organization owners and CI/CD administrators can view usage metrics for how and where their organization uses {% data variables.product.prodname_actions %}.'
|
||||
permissions: 'Organization owners and users with the "View organization Actions usage metrics" permissions.'
|
||||
permissions: Organization owners and users with the "View organization Actions usage metrics" permissions.
|
||||
product: 'Your organization must be on a {% data variables.product.prodname_ghe_cloud %} plan.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
redirect_from:
|
||||
- /actions/monitoring-and-troubleshooting-workflows/viewing-github-actions-usage-metrics-for-your-organization
|
||||
---
|
||||
|
||||
{% data reusables.actions.actions-usage-metrics-beta-note %}
|
||||
@@ -10,7 +10,6 @@ children:
|
||||
- /about-deployments
|
||||
- /deploying-to-your-cloud-provider
|
||||
- /security-hardening-your-deployments
|
||||
- /targeting-different-environments
|
||||
- /protecting-deployments
|
||||
- /managing-your-deployments
|
||||
- /deploying-xcode-applications
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
---
|
||||
title: Targeting different environments
|
||||
shortTitle: Target different environments
|
||||
intro: You can configure environments with protection rules and secrets. A workflow job that references an environment must follow any protection rules for the environment before running or accessing the environment's secrets.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghec: '*'
|
||||
children:
|
||||
- /managing-environments-for-deployment
|
||||
---
|
||||
|
||||
@@ -59,6 +59,7 @@ children:
|
||||
- /hosting-your-own-runners
|
||||
- /security-guides
|
||||
- /creating-actions
|
||||
- /administering-github-actions
|
||||
- /guides
|
||||
---
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@ children:
|
||||
- /expressions
|
||||
- /contexts
|
||||
- /variables
|
||||
- /using-starter-workflows
|
||||
- /usage-limits-billing-and-administration
|
||||
- /using-starter-workflows
|
||||
---
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ children:
|
||||
- /using-workflow-run-logs
|
||||
- /enabling-debug-logging
|
||||
- /notifications-for-workflow-runs
|
||||
- /viewing-github-actions-usage-metrics-for-your-organization
|
||||
- /working-with-support-for-github-actions
|
||||
---
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-github-hosted-runners %}
|
||||
|
||||
@@ -33,6 +33,6 @@ children:
|
||||
- /caching-dependencies-to-speed-up-workflows
|
||||
- /storing-workflow-data-as-artifacts
|
||||
- /creating-starter-workflows-for-your-organization
|
||||
- /sharing-workflows-secrets-and-runners-with-your-organization
|
||||
- /using-github-cli-in-workflows
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user