1
0
mirror of synced 2026-01-01 18:05:46 -05:00
Files
docs/content/rest/reference/dependabot.md
2022-01-10 20:01:17 +01:00

1.1 KiB

title, intro, versions, topics, miniTocMaxHeadingLevel
title intro versions topics miniTocMaxHeadingLevel
Dependabot 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.
fpt ghes ghec
* >=3.4 *
API
3

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

{% 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.

{% for operation in currentRestOperations %} {% if operation.subcategory == 'secrets' %}{% include rest_operation %}{% endif %} {% endfor %}