1
0
mirror of synced 2026-02-01 03:01:50 -05:00

Merge pull request #3801 from github/secrets-naming-info

Add note about GITHUB_ tokens in codespaces secrets documentation
This commit is contained in:
Janice
2021-03-01 17:10:54 -07:00
committed by GitHub

View File

@@ -12,6 +12,7 @@ versions:
{% 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.
@@ -24,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**.