1
0
mirror of synced 2026-01-04 00:06:20 -05:00
Files
docs/content/rest/dependabot/secrets.md
2022-04-28 16:21:03 +00:00

18 lines
1.1 KiB
Markdown

---
title: Dependabot secrets
shortTitle: Secrets
intro: 'With the {% data variables.product.prodname_dependabot %} secrets API, you can manage and control {% data variables.product.prodname_dependabot %} secrets for an organization or repository.'
topics:
- API
versions:
fpt: '*'
ghes: '>=3.4'
ghec: '*'
allowTitleToDifferFromFilename: true
---
## About the {% data variables.product.prodname_dependabot %} secrets API
The {% data variables.product.prodname_dependabot %} secrets API lets you create, update, delete, and retrieve information about encrypted secrets. {% 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 this API. Authenticated users must have collaborator access to a repository to create, update, or read secrets.