Skip to content

Commit

Permalink
Update subcategories for Codespaces (github#25812)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdmac authored Mar 31, 2022
1 parent b401fff commit 593be2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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)."
4 changes: 2 additions & 2 deletions data/reusables/rest-reference/codespaces/secrets.md
Original file line number Diff line number Diff line change
@@ -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)."

0 comments on commit 593be2d

Please sign in to comment.