1
0
mirror of synced 2025-12-22 03:16:52 -05:00
Files
docs/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae.md
2021-11-18 23:40:18 +00:00

43 lines
2.3 KiB
Markdown

---
title: Getting started with GitHub Actions for GitHub AE
shortTitle: Get started
intro: 'Learn about configuring {% data variables.product.prodname_actions %} on {% data variables.product.prodname_ghe_managed %}.'
permissions: 'Site administrators can enable {% data variables.product.prodname_actions %} and configure enterprise settings.'
versions:
ghae: '*'
type: how_to
topics:
- Actions
- Enterprise
redirect_from:
- /admin/github-actions/getting-started-with-github-actions-for-github-ae
- /admin/github-actions/using-github-actions-in-github-ae/getting-started-with-github-actions-for-github-ae
---
{% data reusables.actions.ae-beta %}
## About {% data variables.product.prodname_actions %} on {% data variables.product.prodname_ghe_managed %}
This article explains how site administrators can configure {% data variables.product.prodname_ghe_managed %} to use {% data variables.product.prodname_actions %}.
{% data variables.product.prodname_actions %} is enabled for {% data variables.product.prodname_ghe_managed %} by default. To get started using {% data variables.product.prodname_actions %} within your enterprise, you need to manage access permissions for {% data variables.product.prodname_actions %} and add runners to run workflows.
{% data reusables.actions.introducing-enterprise %}
{% data reusables.actions.migrating-enterprise %}
## Managing access permissions for {% data variables.product.prodname_actions %} in your enterprise
You can use policies to manage access to {% data variables.product.prodname_actions %}. For more information, see "[Enforcing GitHub Actions policies for your enterprise](/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise)."
## Adding runners
{% note %}
**Note:** To add {% data variables.actions.hosted_runner %}s to {% data variables.product.prodname_ghe_managed %}, you will need to contact {% data variables.product.prodname_dotcom %} support.
{% endnote %}
To run {% data variables.product.prodname_actions %} workflows, you need to add runners. You can add runners at the enterprise, organization, or repository levels. For more information, see "[About {% data variables.actions.hosted_runner %}s](/actions/using-github-hosted-runners/about-ae-hosted-runners)."
{% data reusables.actions.general-security-hardening %}