GitHub Actions Certification — Question 9
You are reaching your organization's storage limit for GitHub artifacts and packages. What should you do to prevent the storage limit from being reached?
Answer options
- A. via the .github repository owned by the organization
- B. via repositories owned by the organization
- C. via the GitHub Marketplace
- D. via a repository owned by a third party
Correct answer: B
Explanation
The correct answer is B, as managing storage through repositories owned by the organization allows for efficient oversight and management of artifacts and packages. Options A and D do not directly address organizational limits, while C is not a viable solution for managing storage limits.