Skip to content

Commit 96abe87

Browse files
authored
Separate notes into different tags
1 parent 321cf12 commit 96abe87

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

content/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ versions:
88

99
{% note %}
1010

11-
**Notes:**
12-
13-
- Encrypted secrets for {% data variables.product.prodname_codespaces %} is currently in beta and subject to change.
14-
- Tokens starting with GITHUB_ are reserved
11+
**Note:** Encrypted secrets for {% data variables.product.prodname_codespaces %} is currently in beta and subject to change.
1512

1613
{% endnote %}
1714

15+
1816
### About encrypted secrets for {% data variables.product.prodname_codespaces %}
1917

2018
You can add encrypted secrets to your user account that you want to use in your codespaces. For example, you may want to store and access the following sensitive information as encrypted secrets.
@@ -27,6 +25,12 @@ You can choose which repositories should have access to each secret. Then, you c
2725

2826
### Adding a secret
2927

28+
{% note %}
29+
30+
**Note:** Tokens starting with GITHUB_ are reserved
31+
32+
{% endnote %}
33+
3034
{% data reusables.user_settings.access_settings %}
3135
{% data reusables.user_settings.codespaces-tab %}
3236
1. To the right of "Codespaces secrets", click **New secret**.

0 commit comments

Comments
 (0)