Skip to content

Commit

Permalink
Relocate articles into a new "Administer GitHub Actions" category (#5…
Browse files Browse the repository at this point in the history
…1749)
  • Loading branch information
SiaraMist authored Jul 23, 2024
1 parent bd77646 commit c45cbd4
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 20 deletions.
15 changes: 15 additions & 0 deletions content/actions/administering-github-actions/index.md
Original file line number Diff line number Diff line change
@@ -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
---

Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
1 change: 0 additions & 1 deletion content/actions/deployment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions content/actions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ children:
- /hosting-your-own-runners
- /security-guides
- /creating-actions
- /administering-github-actions
- /guides
---

3 changes: 1 addition & 2 deletions content/actions/learn-github-actions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ children:
- /expressions
- /contexts
- /variables
- /using-starter-workflows
- /usage-limits-billing-and-administration
- /using-starter-workflows
---

Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion content/actions/using-workflows/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

0 comments on commit c45cbd4

Please sign in to comment.