Skip to content

Commit 357b97d

Browse files
author
Sarah Edwards
authored
link to secrets API from environments API (#19013)
1 parent dbe4acb commit 357b97d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

content/rest/reference/repos.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ You can communicate that a transient environment no longer exists by setting its
158158
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.1" or currentVersion == "github-ae@next" %}
159159
## Environments
160160

161-
The Environments API allows you to create, configure, and delete environments. For more information about environments, see "[Environments](/actions/reference/environments)."
161+
The Environments API allows you to create, configure, and delete environments. For more information about environments, see "[Environments](/actions/reference/environments)." To manage environment secrets, see "[Secrets](/rest/reference/actions#secrets)."
162+
162163
{% for operation in currentRestOperations %}
163164
{% if operation.subcategory == 'environments' %}{% include rest_operation %}{% endif %}
164165
{% endfor %}

0 commit comments

Comments
 (0)