Skip to content

Commit

Permalink
Merge pull request #161 from taoyong-ty/doc-update
Browse files Browse the repository at this point in the history
Add an introduction of the new self-hosted-runner option to README
  • Loading branch information
linghaoz authored Apr 23, 2024
2 parents b0a7ca5 + 9a6e2a8 commit 79c71ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 79c71ce

Please sign in to comment.