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
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: Administering GitHub Actions
shortTitle: Administer GitHub Actions
shortTitle: Administer
intro: 'Manage {% data variables.product.prodname_actions %} settings for your organization or enterprise.'
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /viewing-github-actions-metrics
- /making-retired-namespaces-available-on-ghecom
- /view-metrics
- /reuse-namespaces-on-ghecom
redirect_from:
- /actions/administering-github-actions
- /actions/how-tos/administering-github-actions
---

Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: 'Making retired namespaces available on GHE.com'
shortTitle: Retired namespaces on GHE.com
title: Making retired namespaces available on GHE.com
shortTitle: Reuse namespaces on GHE.com
intro: 'Allow people to use namespaces that match actions you have used from {% data variables.product.prodname_dotcom_the_website %}.'
versions:
ghec: '*'
type: how_to
permissions: Enterprise owners
redirect_from:
- /actions/administering-github-actions/making-retired-namespaces-available-on-ghecom
- /actions/how-tos/administering-github-actions/making-retired-namespaces-available-on-ghecom
---

## Overview
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
title: Viewing GitHub Actions metrics
shortTitle: GitHub Actions metrics
shortTitle: View metrics
intro: 'You can view metrics to monitor where your organization or repositories use {% data variables.product.prodname_actions %} and how they are performing.'
permissions: Organization owners and users with the "View organization Actions metrics" permission can view organization-level metrics. <br><br> Users with the base repository role can view repository-level metrics.
permissions: Organization owners and users with the "View organization Actions metrics" permission can view organization-level metrics. <br><br> Users with the base repository role can view repository-level metrics.
versions:
feature: actions-metrics
redirect_from:
- /actions/monitoring-and-troubleshooting-workflows/viewing-github-actions-usage-metrics-for-your-organization
- /actions/administering-github-actions/viewing-github-actions-usage-metrics-for-your-organization
- /actions/administering-github-actions/viewing-github-actions-metrics-for-your-organization
- /actions/administering-github-actions/viewing-github-actions-metrics
- /actions/how-tos/administering-github-actions/viewing-github-actions-metrics
---

## Viewing {% data variables.product.prodname_actions %} metrics for your organization
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ redirect_from:
- /actions/creating-actions/developing-a-third-party-cli-action
- /actions/sharing-automations/creating-actions/developing-a-third-party-cli-action
- /actions/how-tos/sharing-automations/creating-actions/developing-a-third-party-cli-action
- /actions/how-tos/creating-and-publishing-actions/creating-a-third-party-cli-action
versions:
fpt: '*'
ghec: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ versions:
redirect_from:
- /actions/sharing-automations/creating-actions
- /actions/how-tos/sharing-automations/creating-actions
- /actions/how-tos/creating-and-publishing-actions
children:
- /managing-custom-actions
- /creating-a-third-party-cli-action
- /setting-exit-codes-for-actions
- /publishing-actions-in-github-marketplace
- /releasing-and-maintaining-actions
- /manage-custom-actions
- /create-a-cli-action
- /set-exit-codes
- /publish-in-github-marketplace
- /release-and-maintain-actions
---

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ topics:
- Fundamentals
redirect_from:
- /actions/how-tos/administering-github-actions/managing-custom-actions
- /actions/how-tos/creating-and-publishing-actions/managing-custom-actions
---

## Choosing a location for your action
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ redirect_from:
- /actions/creating-actions/publishing-actions-in-github-marketplace
- /actions/sharing-automations/creating-actions/publishing-actions-in-github-marketplace
- /actions/how-tos/sharing-automations/creating-actions/publishing-actions-in-github-marketplace
- /actions/how-tos/creating-and-publishing-actions/publishing-actions-in-github-marketplace
versions:
fpt: '*'
ghec: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ redirect_from:
- /actions/creating-actions/releasing-and-maintaining-actions
- /actions/sharing-automations/creating-actions/releasing-and-maintaining-actions
- /actions/how-tos/sharing-automations/creating-actions/releasing-and-maintaining-actions
- /actions/how-tos/creating-and-publishing-actions/releasing-and-maintaining-actions
---

{% data reusables.actions.enterprise-github-hosted-runners %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ redirect_from:
- /actions/creating-actions/setting-exit-codes-for-actions
- /actions/sharing-automations/creating-actions/setting-exit-codes-for-actions
- /actions/how-tos/sharing-automations/creating-actions/setting-exit-codes-for-actions
- /actions/how-tos/creating-and-publishing-actions/setting-exit-codes-for-actions
versions:
fpt: '*'
ghes: '*'
ghec: '*'
---

{% data reusables.actions.enterprise-github-hosted-runners %}

## About exit codes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ topics:
redirect_from:
- /actions/deployment/protecting-deployments/configuring-custom-deployment-protection-rules
- /actions/managing-workflow-runs-and-deployments/managing-deployments/configuring-custom-deployment-protection-rules
- /actions/how-tos/managing-workflow-runs-and-deployments/managing-deployments/configuring-custom-deployment-protection-rules
---

{% data reusables.actions.custom-deployment-protection-rules-beta-note %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ topics:
redirect_from:
- /actions/deployment/protecting-deployments/creating-custom-deployment-protection-rules
- /actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules
- /actions/how-tos/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Configuring and managing deployments
shortTitle: Configure and manage deployments
intro: View your deployment history and configure rules to protect your deployments.
redirect_from:
- /actions/deployment/managing-your-deployments
- /actions/deployment/protecting-deployments
- /actions/managing-workflow-runs-and-deployments/managing-deployments
- /actions/how-tos/managing-workflow-runs-and-deployments/managing-deployments
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /view-deployment-history
- /manage-environments
- /review-deployments
- /create-custom-protection-rules
- /configure-custom-protection-rules
---
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ redirect_from:
- /actions/administering-github-actions/managing-environments-for-deployment
- /actions/managing-workflow-runs-and-deployments/managing-workflow-deployments/managing-environments-for-deployment
- /actions/managing-workflow-runs-and-deployments/managing-deployments/managing-environments-for-deployment
- /actions/how-tos/managing-workflow-runs-and-deployments/managing-deployments/managing-environments-for-deployment
topics:
- CD
- Deployment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ versions:
redirect_from:
- /actions/managing-workflow-runs/reviewing-deployments
- /actions/managing-workflow-runs-and-deployments/managing-deployments/reviewing-deployments
- /actions/how-tos/managing-workflow-runs-and-deployments/managing-deployments/reviewing-deployments
---

## Approving or rejecting a job
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Viewing deployment history
shortTitle: Deployment history
shortTitle: View deployment history
intro: View current and previous deployments for your repository.
versions:
fpt: '*'
Expand All @@ -13,6 +13,7 @@ redirect_from:
- /actions/deployment/viewing-deployment-history
- /actions/deployment/managing-your-deployments/viewing-deployment-history
- /actions/managing-workflow-runs-and-deployments/managing-deployments/viewing-deployment-history
- /actions/how-tos/managing-workflow-runs-and-deployments/managing-deployments/viewing-deployment-history
---

## Viewing your repository's deployment history
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ redirect_from:
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service
- /actions/use-cases-and-examples/deploying/deploying-to-amazon-elastic-container-service
- /actions/how-tos/use-cases-and-examples/deploying/deploying-to-amazon-elastic-container-service
- /actions/how-tos/managing-workflow-runs-and-deployments/deploying-to-third-party-platforms/deploying-to-amazon-elastic-container-service
versions:
fpt: '*'
ghes: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ redirect_from:
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service
- /actions/use-cases-and-examples/deploying/deploying-to-azure-kubernetes-service
- /actions/how-tos/use-cases-and-examples/deploying/deploying-to-azure-kubernetes-service
- /actions/how-tos/managing-workflow-runs-and-deployments/deploying-to-third-party-platforms/deploying-to-azure-kubernetes-service
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ redirect_from:
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app
- /actions/use-cases-and-examples/deploying/deploying-to-azure-static-web-app
- /actions/how-tos/use-cases-and-examples/deploying/deploying-to-azure-static-web-app
- /actions/how-tos/managing-workflow-runs-and-deployments/deploying-to-third-party-platforms/deploying-to-azure-static-web-app
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ redirect_from:
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service
- /actions/use-cases-and-examples/deploying/deploying-docker-to-azure-app-service
- /actions/how-tos/use-cases-and-examples/deploying/deploying-docker-to-azure-app-service
- /actions/how-tos/managing-workflow-runs-and-deployments/deploying-to-third-party-platforms/deploying-docker-to-azure-app-service
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ redirect_from:
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine
- /actions/use-cases-and-examples/deploying/deploying-to-google-kubernetes-engine
- /actions/how-tos/use-cases-and-examples/deploying/deploying-to-google-kubernetes-engine
- /actions/how-tos/managing-workflow-runs-and-deployments/deploying-to-third-party-platforms/deploying-to-google-kubernetes-engine
versions:
fpt: '*'
ghes: '*'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Deploying to third-party platforms
shortTitle: Deploy to third-party platforms
intro: Learn how to deploy to third-party platforms as part of your continuous deployment and continuous integration workflows.
redirect_from:
- /actions/deployment
- /actions/deployment/deploying-to-your-cloud-provider
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure
- /actions/use-cases-and-examples/deploying
- /actions/how-tos/use-cases-and-examples/deploying
- /actions/how-tos/managing-workflow-runs-and-deployments/deploying-to-third-party-platforms
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /nodejs-to-azure-app-service
- /python-to-azure-app-service
- /java-to-azure-app-service
- /net-to-azure-app-service
- /php-to-azure-app-service
- /docker-to-azure-app-service
- /azure-static-web-app
- /azure-kubernetes-service
- /amazon-elastic-container-service
- /google-kubernetes-engine
- /sign-xcode-applications
---
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ redirect_from:
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service
- /actions/use-cases-and-examples/deploying/deploying-java-to-azure-app-service
- /actions/how-tos/use-cases-and-examples/deploying/deploying-java-to-azure-app-service
- /actions/how-tos/managing-workflow-runs-and-deployments/deploying-to-third-party-platforms/deploying-java-to-azure-app-service
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ redirect_from:
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service
- /actions/use-cases-and-examples/deploying/deploying-net-to-azure-app-service
- /actions/how-tos/use-cases-and-examples/deploying/deploying-net-to-azure-app-service
- /actions/how-tos/managing-workflow-runs-and-deployments/deploying-to-third-party-platforms/deploying-net-to-azure-app-service
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ redirect_from:
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service
- /actions/use-cases-and-examples/deploying/deploying-nodejs-to-azure-app-service
- /actions/how-tos/use-cases-and-examples/deploying/deploying-nodejs-to-azure-app-service
- /actions/how-tos/managing-workflow-runs-and-deployments/deploying-to-third-party-platforms/deploying-nodejs-to-azure-app-service
versions:
fpt: '*'
ghes: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ redirect_from:
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service
- /actions/use-cases-and-examples/deploying/deploying-php-to-azure-app-service
- /actions/how-tos/use-cases-and-examples/deploying/deploying-php-to-azure-app-service
- /actions/how-tos/managing-workflow-runs-and-deployments/deploying-to-third-party-platforms/deploying-php-to-azure-app-service
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ redirect_from:
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service
- /actions/use-cases-and-examples/deploying/deploying-python-to-azure-app-service
- /actions/how-tos/use-cases-and-examples/deploying/deploying-python-to-azure-app-service
- /actions/how-tos/managing-workflow-runs-and-deployments/deploying-to-third-party-platforms/deploying-python-to-azure-app-service
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
title: Installing an Apple certificate on macOS runners for Xcode development
shortTitle: Sign Xcode applications
intro: Learn how to sign Xcode apps within a continuous integration (CI) workflow by installing an Apple code signing certificate on {% data variables.product.prodname_actions %} runners.
intro: 'Learn how to sign Xcode apps within a continuous integration (CI) workflow by installing an Apple code signing certificate on {% data variables.product.prodname_actions %} runners.'
redirect_from:
- /actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development
- /actions/deployment/installing-an-apple-certificate-on-macos-runners-for-xcode-development
- /actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development
- /actions/deployment/deploying-xcode-applications
- /actions/use-cases-and-examples/deploying/installing-an-apple-certificate-on-macos-runners-for-xcode-development
- /actions/how-tos/use-cases-and-examples/deploying/installing-an-apple-certificate-on-macos-runners-for-xcode-development
- /actions/how-tos/managing-workflow-runs-and-deployments/deploying-to-third-party-platforms/installing-an-apple-certificate-on-macos-runners-for-xcode-development
versions:
fpt: '*'
ghes: '*'
Expand All @@ -17,7 +18,7 @@ topics:
- CI
- Xcode
---

{% data reusables.actions.enterprise-github-hosted-runners %}

## Prerequisites
Expand All @@ -40,7 +41,7 @@ Create secrets in your repository or organization for the following items:
* Your Apple signing certificate.

* This is your `p12` certificate file. For more information on exporting your signing certificate from Xcode, see the [Xcode documentation](https://help.apple.com/xcode/mac/current/#/dev154b28f09).

* You should convert your certificate to Base64 when saving it as a secret. In this example, the secret is named `BUILD_CERTIFICATE_BASE64`.

* Use the following command to convert your certificate to Base64 and copy it to your clipboard:
Expand All @@ -59,7 +60,7 @@ Create secrets in your repository or organization for the following items:
* You should convert your provisioning profile to Base64 when saving it as a secret. In this example, the secret is named `BUILD_PROVISION_PROFILE_BASE64`.

* Use the following command to convert your provisioning profile to Base64 and copy it to your clipboard:

```shell
base64 -i PROVISIONING_PROFILE.mobileprovision | pbcopy
```
Expand Down
12 changes: 12 additions & 0 deletions content/actions/how-tos/deploy/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Deploying with GitHub Actions
shortTitle: Deploy
intro: Learn how to deploy your projects with GitHub Actions.
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /configure-and-manage-deployments
- /deploy-to-third-party-platforms
---
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ redirect_from:
- /actions/monitoring-and-troubleshooting-workflows/working-with-support-for-github-actions
- /actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/working-with-support-for-github-actions
- /actions/how-tos/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/working-with-support-for-github-actions
- /actions/how-tos/getting-help-from-github-support-about-github-actions
---

You can [contact {% data variables.contact.github_support %}](/support/contacting-github-support) for assistance with {% data variables.product.prodname_actions %}.
Expand Down
26 changes: 10 additions & 16 deletions content/actions/how-tos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,15 @@ versions:
ghes: '*'
ghec: '*'
children:
- /writing-workflows
- /managing-workflow-runs-and-deployments
- /creating-and-publishing-actions
- /sharing-automations
- /using-github-hosted-runners
- /managing-self-hosted-runners
- /using-larger-runners
- /security-for-github-actions
- /administering-github-actions
- /write-workflows
- /reuse-automations
- /secure-your-work
- /deploy
- /create-and-publish-actions
- /manage-workflow-runs
- /manage-runners
- /monitor-workflows
- /troubleshooting-workflows
- /getting-help-from-github-support-about-github-actions
redirect_from:
- /actions/how-tos/monitoring-and-troubleshooting-workflows
- /actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting
- /actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners
- /troubleshoot-workflows
- /administer
- /get-support
---

Loading