Skip to main content

About GitHub Actions for enterprises

GitHub Actions can improve developer productivity by automating your enterprise's software development cycle.

About GitHub Actions for enterprises

GitHub Actions 使企业中的用户可以通过自动化软件开发工作流的每个阶段来提高工作效率。

TaskMore information
Automatically test and build your application关于使用 GitHub Actions 进行持续集成
Deploy your application关于使用 GitHub Actions 进行持续部署
Automatically and securely package code into artifacts and containers关于使用 GitHub Actions 打包
Automate your project management tasks使用 GitHub Actions 进行项目管理

GitHub Actions helps your team work faster at scale. When large repositories start using GitHub Actions, pull requests are typically merged faster, allowing teams to merge more pull requests per day.

You can create your own unique automations, or you can use and adapt workflows from our ecosystem of over 10,000 actions built by industry leaders and the open source community. For more information, see 在工作流中使用预编写的构建基块.

GitHub Actions is developer friendly, because it's integrated directly into the familiar GitHub experience.

You can enjoy the convenience of GitHub-hosted runners, which are maintained and upgraded by GitHub, or you can control your own private CI/CD infrastructure by using self-hosted runners. Self-hosted runners allow you to determine the exact environment and resources that complete your builds, testing, and deployments, without exposing your software development cycle to the internet. For more information, see 使用 GitHub 托管的运行器 and 关于自托管运行程序.

GitHub Actions provides greater control over deployments. For example, you can use environments to require approval for a job to proceed, restrict which branches can trigger a workflow, or limit access to secrets.If your workflows need to access resources from a cloud provider that supports OpenID Connect (OIDC), you can configure your workflows to authenticate directly to the cloud provider. OIDC provides security benefits such as eliminating the need to store credentials as long-lived secrets. For more information, see 关于使用 OpenID Connect 进行安全强化.

GitHub Actions also includes tools to govern your enterprise's software development cycle and meet compliance obligations. For more information, see 在企业中为 GitHub Actions 实施策略.

Next steps