1
0
mirror of synced 2026-01-05 12:07:35 -05:00

translation batch 1632491035 (#21717)

This commit is contained in:
Marcelo Jacobus
2021-09-30 08:53:04 -03:00
committed by GitHub
parent e031e75622
commit aed6c1654f
16702 changed files with 420299 additions and 77868 deletions

View File

@@ -4,7 +4,7 @@ shortTitle: Getting started with GitHub Actions
intro: 'Learn 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:
github-ae: '*'
ghae: '*'
type: how_to
topics:
- Actions
@@ -17,11 +17,11 @@ redirect_from:
This article explains how site administrators can configure {% data variables.product.prodname_ghe_managed %} to use {% data variables.product.prodname_actions %}.
### Managing access permissions for {% data variables.product.prodname_actions %} in your 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
## Adding runners
{% note %}
@@ -32,6 +32,6 @@ You can use policies to manage access to {% data variables.product.prodname_acti
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)."
### General security hardening for {% data variables.product.prodname_actions %}
## General security hardening for {% data variables.product.prodname_actions %}
If you want to learn more about security practices for {% data variables.product.prodname_actions %}, see "[Security hardening for {% data variables.product.prodname_actions %}](/actions/learn-github-actions/security-hardening-for-github-actions)."

View File

@@ -2,9 +2,10 @@
title: Using GitHub Actions in GitHub AE
intro: 'Learn how to configure {% data variables.product.prodname_actions %} on {% data variables.product.prodname_ghe_managed %}.'
versions:
github-ae: '*'
ghae: '*'
children:
- /getting-started-with-github-actions-for-github-ae
- /using-actions-in-github-ae
shortTitle: Use Actions in GitHub AE
---

View File

@@ -2,16 +2,17 @@
title: Using actions in GitHub AE
intro: '{% data variables.product.prodname_ghe_managed %} includes most of the {% data variables.product.prodname_dotcom %}-authored actions.'
versions:
github-ae: '*'
ghae: '*'
redirect_from:
- /admin/github-actions/using-actions-in-github-ae
shortTitle: Use actions
---
{% data reusables.actions.ae-beta %}
{% data variables.product.prodname_actions %} workflows can use _actions_, which are individual tasks that you can combine to create jobs and customize your workflow. You can create your own actions, or use and customize actions shared by the {% data variables.product.prodname_dotcom %} community.
### Official actions bundled with {% data variables.product.prodname_ghe_managed %}
## Official actions bundled with {% data variables.product.prodname_ghe_managed %}
Most official {% data variables.product.prodname_dotcom %}-authored actions are automatically bundled with {% data variables.product.prodname_ghe_managed %}, and are captured at a point in time from {% data variables.product.prodname_marketplace %}. When your {% data variables.product.prodname_ghe_managed %} instance is updated, the bundled official actions are also updated.