Skip to content

Commit

Permalink
Merge pull request #163 from aws-actions/taoyong-ty-patch-1
Browse files Browse the repository at this point in the history
Introduce CB-managed runner in README
  • Loading branch information
linghaoz authored Apr 24, 2024
2 parents 79c71ce + 9aaa2c7 commit b31229d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit b31229d

Please sign in to comment.