From 9aaa2c79f23512508112cee0366e028fae85ab32 Mon Sep 17 00:00:00 2001 From: Yong Tao <117978688+taoyong-ty@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:00:32 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e057f3b..a12e20e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ in the GitHub Actions job runner. [Security issue notifications](./CONTRIBUTING.md#security-issue-notifications) +**Related feature**: [Self-Hosted Runner in CodeBuild](https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html) allows GitHub Actions to integrate natively with AWS and access all compute platforms that CodeBuild offers, including Lambda, GPU-enhanced and Arm-based instances. + ## Usage ### Inputs @@ -171,9 +173,6 @@ that are impossible, difficult, or simply expensive to access from GitHub's hosted job runners but are easy or cheap to access from CodeBuild. -### Related features -🆕 [**Self-Hosted Runner in CodeBuild:**](https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html) you can use CodeBuild to run ephemeral, self-hosted GitHub Actions runners. This allows you to leverage GitHub workflow ecosystem, while granting your workflow jobs native integration with AWS. - ## Credentials and Permissions In order for the action to run your CodeBuild project,