Skip to content

Commit f990119

Browse files
authored
Merge pull request #3801 from github/secrets-naming-info
Add note about GITHUB_ tokens in codespaces secrets documentation
2 parents 9543c1b + fe4fca9 commit f990119

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ versions:
1212

1313
{% endnote %}
1414

15+
1516
### About encrypted secrets for {% data variables.product.prodname_codespaces %}
1617

1718
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
2425

2526
### Adding a secret
2627

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

0 commit comments

Comments
 (0)