1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Update subcategories for Codespaces (#25812)

This commit is contained in:
Brian McManus
2022-03-31 12:41:57 -06:00
committed by GitHub
parent b401ffff13
commit 593be2d084
2 changed files with 4 additions and 2 deletions

View File

@@ -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)."

View File

@@ -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)."
## 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)."