forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Crowdin translations (translation-batch-1606244448) (github#16615)
* New Crowdin translations by Github Action * Translation reverts * Keep pt-BR as main * Revert files to english Co-authored-by: Crowdin Bot <[email protected]> Co-authored-by: Chiedo <[email protected]> Co-authored-by: Jason Etcovitch <[email protected]>
- Loading branch information
1 parent
6c0942d
commit 9d9a694
Showing
556 changed files
with
7,599 additions
and
3,941 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,17 +33,27 @@ All organizations have a single default self-hosted runner group. Organizations | |
|
||
Self-hosted runners are automatically assigned to the default group when created, and can only be members of one group at a time. You can move a runner from the default group to any group you create. | ||
|
||
When creating a group, you must choose a policy that defines which repositories have access to the runner group. You can configure a runner group to be accessible to a specific list of repositories, all private repositories, or all repositories in the organization. | ||
When creating a group, you must choose a policy that defines which repositories have access to the runner group. | ||
|
||
{% data reusables.organizations.navigate-to-org %} | ||
{% data reusables.organizations.org_settings %} | ||
{% data reusables.organizations.settings-sidebar-actions %} | ||
1. In the **Self-hosted runners** section, click **Add new**, and then **New group**. | ||
|
||
![Add runner group](/assets/images/help/settings/actions-org-add-runner-group.png) | ||
1. Enter a name for your runner group, and select an access policy from the **Repository access** dropdown list. | ||
1. Enter a name for your runner group, and assign a policy for repository access. | ||
|
||
![Add runner group options](/assets/images/help/settings/actions-org-add-runner-group-options.png) | ||
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "[email protected]" %} You can configure a runner group to be accessible to a specific list of repositories, or to all repositories in the organization. By default, public repositories can't access runners in a runner group, but you can use the **Allow public repositories** option to override this.{% else if currentVersion == "[email protected]"%}You can configure a runner group to be accessible to a specific list of repositories, all private repositories, or all repositories in the organization.{% endif %} | ||
|
||
{% warning %} | ||
|
||
**Warnung** | ||
{% indented_data_reference site.data.reusables.github-actions.self-hosted-runner-security spaces=3 %} | ||
Weitere Informationen findest Du unter „[Informationen zu selbst-gehosteten Runnern](/actions/hosting-your-own-runners/about-self-hosted-runners#self-hosted-runner-security-with-public-repositories)“. | ||
|
||
{% endwarning %} | ||
|
||
![Add runner group options](/assets/images/help/settings/actions-org-add-runner-group-options.png) | ||
1. Click **Save group** to create the group and apply the policy. | ||
|
||
### Creating a self-hosted runner group for an enterprise | ||
|
@@ -52,7 +62,7 @@ Enterprises can add their self-hosted runners to groups for access management. E | |
|
||
Self-hosted runners are automatically assigned to the default group when created, and can only be members of one group at a time. You can assign the runner to a specific group during the registration process, or you can later move the runner from the default group to a custom group. | ||
|
||
When creating a group, you must choose a policy that grants access to all organizations in the enterprise or choose specific organizations. | ||
When creating a group, you must choose a policy that defines which organizations have access to the runner group. | ||
|
||
{% data reusables.enterprise-accounts.access-enterprise %} | ||
{% data reusables.enterprise-accounts.policies-tab %} | ||
|
@@ -61,7 +71,17 @@ When creating a group, you must choose a policy that grants access to all organi | |
1. Click **Add new**, and then **New group**. | ||
|
||
![Add runner group](/assets/images/help/settings/actions-enterprise-account-add-runner-group.png) | ||
1. Enter a name for your runner group, and select an access policy from the **Organization access** dropdown list. | ||
1. Enter a name for your runner group, and assign a policy for organization access. | ||
|
||
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "[email protected]" %} You can configure a runner group to be accessible to a specific list of organizations, or all organizations in the enterprise. By default, public repositories can't access runners in a runner group, but you can use the **Allow public repositories** option to override this.{% else if currentVersion == "[email protected]"%}You can configure a runner group to be accessible to all organizations in the enterprise or choose specific organizations.{% endif %} | ||
|
||
{% warning %} | ||
|
||
**Warnung** | ||
{% indented_data_reference site.data.reusables.github-actions.self-hosted-runner-security spaces=3 %} | ||
Weitere Informationen findest Du unter „[Informationen zu selbst-gehosteten Runnern](/actions/hosting-your-own-runners/about-self-hosted-runners#self-hosted-runner-security-with-public-repositories)“. | ||
|
||
{% endwarning %} | ||
|
||
![Add runner group options](/assets/images/help/settings/actions-enterprise-account-add-runner-group-options.png) | ||
1. Click **Save group** to create the group and apply the policy. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -572,6 +572,8 @@ on: | |
|
||
{% data reusables.developer-site.pull_request_forked_repos_link %} | ||
|
||
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "[email protected]" %} | ||
|
||
#### `pull_request_target` | ||
|
||
This event is similar to `pull_request`, except that it runs in the context of the base repository of the pull request, rather than in the merge commit. This means that you can more safely make your secrets available to the workflows triggered by the pull request, because only workflows defined in the commit on the base repository are run. For example, this event allows you to create workflows that label and comment on pull requests, based on the contents of the event payload. | ||
|
@@ -589,6 +591,8 @@ on: pull_request_target | |
types: [assigned, opened, synchronize, reopened] | ||
``` | ||
|
||
{% endif %} | ||
|
||
#### `Push` | ||
|
||
{% note %} | ||
|
@@ -689,6 +693,8 @@ on: | |
types: [started] | ||
``` | ||
|
||
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "[email protected]" %} | ||
|
||
#### `workflow_run` | ||
|
||
{% data reusables.webhooks.workflow_run_desc %} | ||
|
@@ -711,6 +717,8 @@ on: | |
- requested | ||
``` | ||
|
||
{% endif %} | ||
|
||
### Neue Workflows mit einem persönlichen Zugangs-Token auslösen | ||
|
||
{% data reusables.github-actions.actions-do-not-trigger-workflows %} weitere Informationen findest Du unter „[Authentifizierung mit dem GITHUB_TOKEN](/actions/configuring-and-managing-workflows/authenticating-with-the-github_token)“. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.