From 593be2d084f06ff2b4fa0663c752454f9adbbb68 Mon Sep 17 00:00:00 2001 From: Brian McManus Date: Thu, 31 Mar 2022 12:41:57 -0600 Subject: [PATCH] Update subcategories for Codespaces (#25812) --- .../reusables/rest-reference/codespaces/repository-secrets.md | 2 ++ data/reusables/rest-reference/codespaces/secrets.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 data/reusables/rest-reference/codespaces/repository-secrets.md diff --git a/data/reusables/rest-reference/codespaces/repository-secrets.md b/data/reusables/rest-reference/codespaces/repository-secrets.md new file mode 100644 index 000000000000..83ead676f1af --- /dev/null +++ b/data/reusables/rest-reference/codespaces/repository-secrets.md @@ -0,0 +1,2 @@ +## Repository Secrets +The Repository Secrets API allows a user to create, list, and delete secrets (such as access tokens for cloud services) for repositories that the user has access to. These secrets are made available to the codespace at runtime. For more information, see "[Managing encrypted secrets for your codespaces](/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces)." diff --git a/data/reusables/rest-reference/codespaces/secrets.md b/data/reusables/rest-reference/codespaces/secrets.md index cc48572e4da6..72cf1f4e0e16 100644 --- a/data/reusables/rest-reference/codespaces/secrets.md +++ b/data/reusables/rest-reference/codespaces/secrets.md @@ -1,2 +1,2 @@ -## Secrets -The Secrets API allows a user to create, list, and delete secrets (such as access tokens for cloud services) as well as assign secrets to repositories that the user has access to. These secrets are made available to the codespace at runtime. For more information, see "[Managing encrypted secrets for your codespaces](/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces)." \ No newline at end of file +## User Secrets +The User Secrets API allows a user to create, list, and delete secrets (such as access tokens for cloud services) as well as assign secrets to repositories that the user has access to. These secrets are made available to the codespace at runtime. For more information, see "[Managing encrypted secrets for your codespaces](/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces)." \ No newline at end of file