You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GITHUB_ACTIONS_ACCEPTABLE_USE.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This guidance supplements the official terms: GitHub Terms of Service, GitHub Te
17
17
18
18
### ❌ Cryptomining or Other Unrelated Compute Tasks
19
19
20
-
Workflows must not be used for general computing tasks unrelated to repository software production, testing, deployment, or publication. Examples include:
20
+
Workflows must not be used for general computing tasks unrelated to repository software production, testing, deployment, or publication. Examples included
21
21
22
22
- running cryptomining jobs in workflows. :contentReference[oaicite:2]{index=2}
23
23
- serving general compute jobs not tied to the repo’s development lifecycle.
@@ -28,7 +28,7 @@ GitHub explicitly prohibits using Actions for high-burden compute services (e.g.
28
28
29
29
### ❌ Unauthorized Access or Security Violations
30
30
31
-
Workflows must not perform activity that:
31
+
Workflows must not perform activities that:
32
32
33
33
- attempts to disrupt or gain unauthorized access to devices, services, accounts, or networks outside authorized bug bounty programs; or
34
34
- initiates attacks (e.g., scanning, exploitation, denial of service). :contentReference[oaicite:4]{index=4}
@@ -55,7 +55,7 @@ Avoid workflows that:
55
55
- mass-generate notifications, issues, comments, or pull requests for spam purposes;
56
56
- automate fake stars, forks, or bot activity to artificially inflate metrics;
57
57
- publish promotions or solicitations that violate the AUP. :contentReference[oaicite:6]{index=6}
58
-
58
+
- Using GitHub actions to scam/spam is against our Rules
59
59
---
60
60
61
61
## 2. Content and Code Restrictions
@@ -67,7 +67,7 @@ Workflows should not be used to upload or distribute illegal or harmful content
67
67
- malware or exploit binaries as outputs of CI jobs; or
68
68
- code explicitly meant to violate laws. :contentReference[oaicite:7]{index=7}
69
69
70
-
GitHub may remove such content and take account action.
70
+
GitHub may remove such content and take action.
71
71
72
72
---
73
73
@@ -135,6 +135,3 @@ GitHub’s policy enforcement actions may include:
135
135
136
136
-**GitHub Terms of Service & Acceptable Use Policies** — official source of usage restrictions. :contentReference[oaicite:13]{index=13}
137
137
-**Additional Terms for GitHub Actions** — limitations on compute and prohibited uses. :contentReference[oaicite:14]{index=14}
0 commit comments