Skip to content

Commit 17017b2

Browse files
authored
Merge branch 'main' into mars-2020/update-table-description
2 parents b86e0b4 + 357b97d commit 17017b2

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)