Add cache section for Actions REST API (#24924)
* Add cache section for Actions REST API * Add permissions entries, cache section * Add new cache directory after REST reactify changes * Update content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md Co-authored-by: Martin Lopes <martin389@github.com> * Add versioning for GHES/AE Co-authored-by: Martin Lopes <martin389@github.com> Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
7
data/features/actions-cache-management.yml
Normal file
7
data/features/actions-cache-management.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
# Reference: #6154
|
||||
# Documentation for Actions cache management APIs (initial ship)
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
ghes: '> 3.4'
|
||||
ghae: 'issue-6154'
|
||||
3
data/reusables/rest-reference/actions/cache.md
Normal file
3
data/reusables/rest-reference/actions/cache.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## Cache
|
||||
|
||||
The cache API allows you to query and manage the {% data variables.product.prodname_actions %} cache for repositories. For more information, see "[Caching dependencies to speed up workflows](/actions/advanced-guides/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy)."
|
||||
Reference in New Issue
Block a user