Skip to content

Commit 9da136f

Browse files
authored
Branch was updated using the 'autoupdate branch' Actions workflow.
2 parents 7232ce6 + bde4f24 commit 9da136f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

content/github/site-policy/github-additional-product-terms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Actions and any elements of the Actions service may not be used in violation of
5555
- 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 it’s also low burden); or
5656
- any other activity unrelated to the production, testing, deployment, or publication of the software project associated with the repository where GitHub Actions are used.
5757

58-
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.
58+
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.
5959

6060
#### b. Packages Usage
6161
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).

lib/rest/static/dereferenced/api.github.com.deref.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55444,11 +55444,13 @@
5544455444
},
5544555445
"authorized_credential_title": {
5544655446
"type": "string",
55447+
"nullable": true,
5544755448
"example": "my ssh key",
5544855449
"description": "The title given to the ssh key. This will only be present when the credential is an ssh key."
5544955450
},
5545055451
"authorized_credential_note": {
5545155452
"type": "string",
55453+
"nullable": true,
5545255454
"example": "my token",
5545355455
"description": "The note given to the token. This will only be present when the credential is a token."
5545455456
}

0 commit comments

Comments
 (0)