From 67c97e28c95a69b3e1e618637fa573c4bf7851f4 Mon Sep 17 00:00:00 2001 From: kamilkulik <37276273+kamilkulik@users.noreply.github.com> Date: Wed, 8 Feb 2023 07:32:44 +0100 Subject: [PATCH] chore: remove typo --- ...ring-workflows-secrets-and-runners-with-your-organization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md b/content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md index a48e377370..08bd52d447 100644 --- a/content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md +++ b/content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md @@ -46,7 +46,7 @@ Your organization can share workflows by reusing the workflows exactly or by cre ## Sharing secrets{% ifversion actions-configuration-variables %} and variables{% endif %} within an organization -You can centrally manage your secrets {% ifversion actions-configuration-variables %} and variables{% endif %} within an organization, and then make them available to selected repositories. This also means that you can update a secret {% ifversion actions-configuration-variables %} or variable{% endif %} in one location, and have the change apply to all repository workflows that use the it. +You can centrally manage your secrets {% ifversion actions-configuration-variables %} and variables{% endif %} within an organization, and then make them available to selected repositories. This also means that you can update a secret {% ifversion actions-configuration-variables %} or variable{% endif %} in one location, and have the change apply to all repository workflows that use it. When creating a secret {% ifversion actions-configuration-variables %} or variable{% endif %} in an organization, you can use a policy to limit which repositories can access it. For example, you can grant access to all repositories, or limit access to only private repositories or a specified list of repositories.