Skip to content

Commit db2f5d6

Browse files
authored
Merge pull request #32898 from github/repo-sync
Repo sync
2 parents dda834d + 5b98fbe commit db2f5d6

File tree

6 files changed

+5
-10
lines changed

6 files changed

+5
-10
lines changed
14.7 KB
Loading
9.39 KB
Loading
9.48 KB
Loading

content/actions/learn-github-actions/variables.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The following rules apply to configuration variable names:
111111
{% data reusables.repositories.sidebar-settings %}
112112
{% data reusables.actions.sidebar-secrets-and-variables %}
113113
{% data reusables.actions.actions-variables-tab %}
114-
![Screenshot of the "Actions secrets and variables" page. The "Variables" tab is highlighted with a dark orange outline.](/assets/images/help/repository/actions-variables-tab.png)
114+
![Screenshot of the "Actions secrets and variables" page. The "Variables" tab is outlined in dark orange.](/assets/images/help/repository/actions-variables-tab.png)
115115
1. Click **New repository variable**.
116116
{% data reusables.actions.variable-fields %}
117117
1. Click **Add variable**.
@@ -139,10 +139,9 @@ The following rules apply to configuration variable names:
139139
{% data reusables.actions.sidebar-secrets-and-variables %}
140140
{% data reusables.actions.actions-variables-tab %}
141141

142-
![Screenshot of the "Actions secrets and variables" page. A tab, labeled "Variables," is outlined in dark orange.](/assets/images/help/actions/organization-variables-tab.png)
142+
![Screenshot of the "Actions secrets and variables" page. The "Variables" tab is outlined in dark orange.](/assets/images/help/repository/actions-variables-tab.png)
143143

144144
{% data reusables.actions.secrets-and-variables-org-permissions %}
145-
146145
1. Click **New organization variable**.
147146
{% data reusables.actions.variable-fields %}
148147
1. From the **Repository access** dropdown list, choose an access policy.

content/actions/security-guides/using-secrets-in-github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Instead of using a {% data variables.product.pat_generic %}, consider using a {%
8080
{% data reusables.repositories.sidebar-settings %}
8181
{% data reusables.actions.sidebar-secrets-and-variables %}
8282
{% data reusables.actions.actions-secrets-tab %}
83-
![Screenshot of the "Actions secrets and variables" page.](/assets/images/help/repository/actions-secrets-tab.png)
83+
![Screenshot of the "Actions secrets and variables" page. The "Secrets" tab is outlined in dark orange.](/assets/images/help/repository/actions-secrets-tab.png)
8484
1. Click **New repository secret**.
8585
1. In the **Name** field, type a name for your secret.
8686
1. In the **Secret** field, enter the value for your secret.
@@ -156,7 +156,7 @@ gh secret list --env ENV_NAME
156156
{% data reusables.actions.sidebar-secrets-and-variables %}
157157
{% data reusables.actions.actions-secrets-tab %}
158158

159-
![Screenshot of the "Actions secrets and variables" page. A tab, labeled "Secrets," is outlined in dark orange.](/assets/images/help/actions/organization-secrets-tab.png)
159+
![Screenshot of the "Actions secrets and variables" page. The "Secrets" tab is outlined in dark orange.](/assets/images/help/repository/actions-secrets-tab.png)
160160

161161
{% data reusables.actions.secrets-and-variables-org-permissions %}
162162

content/codespaces/managing-codespaces-for-your-organization/managing-development-environment-secrets-for-your-repository-or-organization.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,7 @@ You can check which access policies are applied to a development environment sec
8080
{% data reusables.organizations.org_settings %}
8181
{% data reusables.codespaces.sidebar-secret %}
8282

83-
1. The list of secrets includes any configured permissions and policies. For example:
84-
85-
![Screenshot showing a list of two secrets. To the right of each is an edit button and a delete button.](/assets/images/help/codespaces/org-secrets-list.png)
86-
87-
1. For more details on the configured permissions for each secret, click **Update**.
83+
1. Optionally, to view or edit the configured permissions for each secret, to the right of the secret, click {% octicon "pencil" aria-label="Edit secret" %}.
8884

8985
## Further reading
9086

0 commit comments

Comments
 (0)