19 lines
972 B
Markdown
19 lines
972 B
Markdown
---
|
|
title: Dependabot secrets
|
|
shortTitle: Secrets
|
|
intro: 'Use the REST API to manage {% data variables.product.prodname_dependabot %} secrets for an organization or repository.'
|
|
topics:
|
|
- API
|
|
versions:
|
|
fpt: '*'
|
|
ghes: '>=3.4'
|
|
ghec: '*'
|
|
allowTitleToDifferFromFilename: true
|
|
---
|
|
|
|
## About {% data variables.product.prodname_dependabot %} secrets
|
|
|
|
You can create, update, delete, and retrieve information about encrypted secrets using the REST API. {% data reusables.actions.about-secrets %} For more information, see "[Managing encrypted secrets for Dependabot](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot)."
|
|
|
|
{% data reusables.actions.actions-authentication %} {% data variables.product.prodname_github_apps %} must have the `dependabot_secrets` permission to use these endpoints. Authenticated users must have collaborator access to a repository to create, update, or read secrets.
|