Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
5239a28
Update encrypted-secrets.md
thispsj May 24, 2022
233604b
Update reusable to the latest changes
thispsj May 25, 2022
6fabc62
Merge branch 'github:main' into enc-secrets-steps-update
thispsj May 25, 2022
90740c1
Remove unwanted reusable reference
thispsj May 25, 2022
60f3006
Remove TODO comment
thispsj May 25, 2022
70b6729
Merge branch 'main' into enc-secrets-steps-update
thispsj May 27, 2022
03fdb4e
Merge branch 'main' into enc-secrets-steps-update
thispsj May 30, 2022
3a621ee
Merge branch 'main' into enc-secrets-steps-update
mchammer01 May 31, 2022
013d0e3
Create new reusable for GitHub Codespaces
thispsj Jun 4, 2022
0a0b475
Create new reusable for dependabot
thispsj Jun 4, 2022
f19dace
Fix a thing
thispsj Jun 4, 2022
2a3ee30
Change to new reusables
thispsj Jun 6, 2022
4d1ea19
Remove unwanted reusable
thispsj Jun 6, 2022
b2da1f4
Delete new reusable as already present
thispsj Jun 6, 2022
bc60e15
Rename dependabot-secrets-button.md to sidebar-secret.md
thispsj Jun 6, 2022
f26a908
Implement new reusables for codespaces
thispsj Jun 6, 2022
3cbecab
Merge branch 'main' into enc-secrets-steps-update
thispsj Jun 6, 2022
09a22b5
Merge branch 'main' into enc-secrets-steps-update
thispsj Jun 8, 2022
4be51a1
Fix Merge Conflict(s) ✅
thispsj Jul 27, 2022
2b81220
Merge branch 'main' into enc-secrets-steps-update
thispsj Jul 27, 2022
7a8ec59
Merge branch 'main' into enc-secrets-steps-update
thispsj Jul 27, 2022
87ab532
Merge branch 'main' into enc-secrets-steps-update
thispsj Aug 7, 2022
89ab12c
Merge branch 'main' into enc-secrets-steps-update
thispsj Aug 17, 2022
38b8de2
Merge branch 'main' into enc-secrets-steps-update
thispsj Aug 22, 2022
137bf75
Merge branch 'main' into enc-secrets-steps-update
thispsj Aug 24, 2022
c225141
Merge branch 'main' into enc-secrets-steps-update
thispsj Aug 26, 2022
2a7a276
Merge branch 'main' into enc-secrets-steps-update
thispsj Sep 20, 2022
18662ec
Merge branch 'main' into enc-secrets-steps-update
lucascosti Sep 30, 2022
a1d0dcb
Merge branch 'main' into enc-secrets-steps-update
lucascosti Sep 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ The name of a {% data variables.product.prodname_dependabot %} secret:

{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
{% data reusables.actions.sidebar-secret %}
{% data reusables.dependabot.dependabot-secrets-button %}
{% data reusables.dependabot.sidebar-secret %}
1. Click **New repository secret**.
1. Type a name for your secret in the **Name** input box.
1. Enter the value for your secret.
Expand All @@ -68,8 +67,7 @@ When creating a secret in an organization, you can use a policy to limit which r

{% data reusables.organizations.navigate-to-org %}
{% data reusables.organizations.org_settings %}
{% data reusables.actions.sidebar-secret %}
{% data reusables.dependabot.dependabot-secrets-button %}
{% data reusables.dependabot.sidebar-secret %}
1. Click **New organization secret**.
1. Type a name for your secret in the **Name** input box.
1. Enter the **Value** for your secret.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ To create secrets for an organization repository, you must have administrator ac

{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
1. In the "Security" section of the sidebar, select **{% octicon "key-asterisk" aria-label="The key-asterisk icon" %} Secrets** then click **{% data variables.product.prodname_codespaces %}**.
{% data reusables.codespaces.sidebar-secret %}

2. At the top of the page, click **New repository secret**.
3. Type a name for your secret in the **Name** input box.
4. Enter the value for your secret.
Expand All @@ -57,7 +58,8 @@ When creating a secret in an organization, you can use a policy to limit which r

{% data reusables.organizations.navigate-to-org %}
{% data reusables.organizations.org_settings %}
1. In the "Security" section of the sidebar, select **{% octicon "key-asterisk" aria-label="The key-asterisk icon" %} Secrets** then click **{% data variables.product.prodname_codespaces %}**.
{% data reusables.codespaces.sidebar-secret %}

2. At the top of the page, click **New organization secret**.
3. Type a name for your secret in the **Name** input box.
4. Enter the **Value** for your secret.
Expand All @@ -71,7 +73,8 @@ You can check which access policies are applied to a secret in your organization

{% data reusables.organizations.navigate-to-org %}
{% data reusables.organizations.org_settings %}
{% data reusables.actions.sidebar-secret %}
{% data reusables.codespaces.sidebar-secret %}

1. The list of secrets includes any configured permissions and policies. For example:
![Secrets list](/assets/images/help/settings/actions-org-secrets-list.png)
1. For more details on the configured permissions for each secret, click **Update**.
Expand Down
8 changes: 4 additions & 4 deletions data/reusables/actions/sidebar-secret.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% ifversion fpt or ghec or ghes > 3.4 or ghae > 3.4 %}
1. In the left sidebar, click **{% octicon "key-asterisk" aria-label="The key-asterisk icon" %} Secrets**.
{% else %}
{% ifversion fpt or ghec or ghes > 3.4 or ghae > 3.4 -%}
1. In the "Security" section of the sidebar, select **{% octicon "key-asterisk" aria-label="The key-asterisk icon" %} Secrets**, then click **Actions**.
{%- else %}
1. In the left sidebar, click **Secrets**.
{% endif %}
{%- endif %}
1 change: 1 addition & 0 deletions data/reusables/codespaces/sidebar-secret.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1. In the "Security" section of the sidebar, select **{% octicon "key-asterisk" aria-label="The key-asterisk icon" %} Secrets**, then click **{% data variables.product.prodname_codespaces %}**.