QuestionQ26

Manage GitHub Actions for the enterprise

What role does GitHub Marketplace serve when working with GitHub Actions workflows?

  • A GitHub Marketplace is used to manage secrets and environment variables for workflows.
  • B GitHub Marketplace enables users to publish their own workflows and discover workflows created by others.
  • C GitHub Marketplace provides a platform for hosting private workflows shared only within an organization.
  • D GitHub Marketplace is used to run workflows on a specified schedule.
Explanation

GitHub Marketplace lets creators publish reusable actions and lets users discover actions created by the GitHub community for use in workflows. It does not manage workflow secrets, provide schedule triggers, or serve as private workflow hosting. GitHub Docs: Publishing actions in GitHub Marketplace

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!