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 0000000000..83ead676f1 --- /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 cc48572e4d..72cf1f4e0e 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