1
0
mirror of synced 2026-01-01 09:04:46 -05:00
Files
docs/content/rest/codespaces/repository-secrets.md

16 lines
839 B
Markdown

---
title: Codespaces repository secrets
allowTitleToDifferFromFilename: true
shortTitle: Repository secrets
intro: 'The Codespaces 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 in a codespace.'
versions:
fpt: '*'
ghec: '*'
topics:
- API
miniTocMaxHeadingLevel: 3
---
## About the Codespaces repository secrets API
The Codespaces 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)."