Separate notes into different tags
This commit is contained in:
@@ -8,13 +8,11 @@ versions:
|
||||
|
||||
{% note %}
|
||||
|
||||
**Notes:**
|
||||
|
||||
- Encrypted secrets for {% data variables.product.prodname_codespaces %} is currently in beta and subject to change.
|
||||
- Tokens starting with GITHUB_ are reserved
|
||||
**Note:** Encrypted secrets for {% data variables.product.prodname_codespaces %} is currently in beta and subject to change.
|
||||
|
||||
{% endnote %}
|
||||
|
||||
|
||||
### About encrypted secrets for {% data variables.product.prodname_codespaces %}
|
||||
|
||||
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
|
||||
|
||||
### Adding a secret
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note:** Tokens starting with GITHUB_ are reserved
|
||||
|
||||
{% endnote %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.codespaces-tab %}
|
||||
1. To the right of "Codespaces secrets", click **New secret**.
|
||||
|
||||
Reference in New Issue
Block a user