forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding permissions and subcategory for variables APIs (github#33699)
Co-authored-by: github-openapi-bot <[email protected]> Co-authored-by: github-openapi-bot <[email protected]> Co-authored-by: Ben Ahmady <[email protected]> Co-authored-by: Rachael Sewell <[email protected]>
- Loading branch information
1 parent
6dbe33b
commit fbfc550
Showing
18 changed files
with
5,639 additions
and
8,534,882 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: GitHub Actions Variables | ||
allowTitleToDifferFromFilename: true | ||
shortTitle: Variables | ||
intro: 'Use the REST API to interact with variables in {% data variables.product.prodname_actions %}.' | ||
topics: | ||
- API | ||
versions: | ||
fpt: '*' | ||
ghes: '>=3.8' | ||
ghec: '*' | ||
--- | ||
|
||
## About variables in {% data variables.product.prodname_actions %} | ||
|
||
You can use the REST API to create, update, delete, and retrieve information about variables that can be used in workflows in {% data variables.product.prodname_actions %}. {% data reusables.actions.about-variables %} | ||
|
||
{% data reusables.actions.actions-authentication %} {% data variables.product.prodname_github_apps %} must have the `actions_variables/environments/organization_actions_variables` permission to use these endpoints. Authenticated users must have collaborator access to a repository to create, update, or read variables. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Variables allow you to store non-sensitive information, such as a username, in your repository, repository environments, or organization. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.