1
0
mirror of synced 2025-12-31 15:04:15 -05:00
Files
docs/content/rest/actions/secrets.md
Hector Alfaro 95e6f3d3ab Deprecate GHES 3.1 (#28798)
* add 3.1 to deprecated versions

* rewrite img src to use azure blob storage in archive script

Co-authored-by: rachmari <rachmari@users.noreply.github.com>

* remove static files for ghes 3.1

* remove liquid conditionals and content for ghes 3.1

* remove outdated hardware reqs reusable

* Fix liquid conditional uncaught by script

* Close liquid conditionals missed by script

* Apply @mattpollard's suggestions

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>

Co-authored-by: rachmari <rachmari@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2022-07-11 21:17:09 +00:00

1.1 KiB

title, allowTitleToDifferFromFilename, shortTitle, intro, topics, versions
title allowTitleToDifferFromFilename shortTitle intro topics versions
GitHub Actions Secrets true Secrets The {% data variables.product.prodname_actions %} Secrets API lets you create, update, delete, and retrieve information about encrypted secrets that can be used in {% data variables.product.prodname_actions %} workflows.
API
fpt ghes ghae ghec
* * * *

About the Secrets API

The {% data variables.product.prodname_actions %} Secrets API lets you create, update, delete, and retrieve information about encrypted secrets that can be used in {% data variables.product.prodname_actions %} workflows. {% data reusables.actions.about-secrets %} For more information, see "Creating and using encrypted secrets."

{% data reusables.actions.actions-authentication %} {% data variables.product.prodname_github_apps %} must have the secrets permission to use this API. Authenticated users must have collaborator access to a repository to create, update, or read secrets.