From 9a6e2a80bcda0c1f78b080468a518101eada030d Mon Sep 17 00:00:00 2001 From: Yong Tao Date: Tue, 23 Apr 2024 10:08:39 -0700 Subject: [PATCH] Add an introduction of the self-hosted-runner option to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 181ed38..e057f3b 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,9 @@ 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,