1
0
mirror of synced 2026-01-06 15:01:04 -05:00

Branch was updated using the 'autoupdate branch' Actions workflow.

This commit is contained in:
Octomerger Bot
2021-01-26 21:45:44 +10:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ Actions and any elements of the Actions service may not be used in violation of
- any activity that places a burden on our servers, where that burden is disproportionate to the benefits provided to users (for example, don't use Actions as a content delivery network or as part of a serverless application, but a low benefit Action could be ok if its also low burden); or
- any other activity unrelated to the production, testing, deployment, or publication of the software project associated with the repository where GitHub Actions are used.
In order to prevent violations of these limitations and abuse of GitHub Actions, GitHub may monitor your use of GitHub Actions. Misuse of GitHub Actions may result in termination of jobs, or restrictions in your ability to use GitHub Actions.
In order to prevent violations of these limitations and abuse of GitHub Actions, GitHub may monitor your use of GitHub Actions. Misuse of GitHub Actions may result in termination of jobs, restrictions in your ability to use GitHub Actions, or the disabling of repositories created to run Actions in a way that violates these Terms.
#### b. Packages Usage
GitHub Packages is billed on a usage basis. The [Packages documentation](/packages) includes details, including bandwidth and storage quantities (depending on your Account plan), and how to monitor your Packages usage and set usage limits. Packages bandwidth usage is limited by the [GitHub Acceptable Use Polices](/github/site-policy/github-acceptable-use-policies).

View File

@@ -55444,11 +55444,13 @@
},
"authorized_credential_title": {
"type": "string",
"nullable": true,
"example": "my ssh key",
"description": "The title given to the ssh key. This will only be present when the credential is an ssh key."
},
"authorized_credential_note": {
"type": "string",
"nullable": true,
"example": "my token",
"description": "The note given to the token. This will only be present when the credential is a token."
}