Skip to content

Commit b31229d

Browse files
authored
Merge pull request #163 from aws-actions/taoyong-ty-patch-1
Introduce CB-managed runner in README
2 parents 79c71ce + 9aaa2c7 commit b31229d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ in the GitHub Actions job runner.
99

1010
[Security issue notifications](./CONTRIBUTING.md#security-issue-notifications)
1111

12+
**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.
13+
1214
## Usage
1315

1416
### Inputs
@@ -171,9 +173,6 @@ that are impossible, difficult, or simply expensive
171173
to access from GitHub's hosted job runners
172174
but are easy or cheap to access from CodeBuild.
173175

174-
### Related features
175-
🆕 [**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.
176-
177176
## Credentials and Permissions
178177

179178
In order for the action to run your CodeBuild project,

0 commit comments

Comments
 (0)