From 321cf124f551511d655c97756ff0286967404bc2 Mon Sep 17 00:00:00 2001 From: Debbie Milburn Date: Fri, 19 Feb 2021 14:37:44 -0500 Subject: [PATCH 1/2] Add note about secrets naming with GITHUB_ --- .../managing-encrypted-secrets-for-codespaces.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces.md b/content/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces.md index 4fc3f4126f..e32315247b 100644 --- a/content/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces.md +++ b/content/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces.md @@ -8,7 +8,10 @@ versions: {% note %} -**Note:** Encrypted secrets for {% data variables.product.prodname_codespaces %} is currently in beta and subject to change. +**Notes:** + +- Encrypted secrets for {% data variables.product.prodname_codespaces %} is currently in beta and subject to change. +- Tokens starting with GITHUB_ are reserved {% endnote %} From 96abe87d697ab374f82b669cbe23eeb05edd81ff Mon Sep 17 00:00:00 2001 From: Debbie Milburn Date: Fri, 19 Feb 2021 14:41:40 -0500 Subject: [PATCH 2/2] Separate notes into different tags --- .../managing-encrypted-secrets-for-codespaces.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/content/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces.md b/content/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces.md index e32315247b..2843a272a7 100644 --- a/content/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces.md +++ b/content/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces.md @@ -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**.