aws-codebuild-run-build icon indicating copy to clipboard operation
aws-codebuild-run-build copied to clipboard

Run an AWS CodeBuild project as a step in a GitHub Actions workflow job.

Results 42 aws-codebuild-run-build issues
Sort by recently updated
recently updated
newest added

*Issue #, if available:* none *Description of changes:* before: `evn-passthrough` after: `env-passthrough` By submitting this pull request, I confirm that my contribution is made under the terms of the Apache...

*Issue #, if available:* https://github.com/aws-actions/aws-codebuild-run-build/issues/57 *Description of changes:* Added additional input to allow for disabling the parameters `sourceTypeOverride` and `sourceLocationOverride`. Test cases added. By submitting this pull request, I confirm...

I want to configure env variables as ARN parameters to be grabbed from the parameter store in AWS? Is there a way to do this?

CodeBuild supports batches. A single buildspec can kick off several batches. This adds support for both running as a command line as well as running as a GitHub action. Additional...

*Issue #, if available:* The logs can be sensitive (i.e., by running proprietary software) and it should be possible to hide them. *Description of changes:* This change introduces an additional...

The URL that we pass to CodeBuild to check out the code is currently hard-coded to use `https://github.com`. Because GitHub Actions is available in GitHub Enterprise, it would be nice...

enhancement

I have a self-hosted runner on an EC2 instance that has the necessary IAM permissions granted via its instance profile. On this instance, I am able to successfully interact with...

I was curious if you had thought about a mechanism to register/run CodeBuild jobs as self-hosted runners for GitHub Actions? I think it would be a great feature, to avoid...

*Issue #, if available:* #76 *Description of changes:* - Add configurable update interval and back-off time. Slight refactoring was required in order to transfer the values from the GitHub inputs...

In #28 an issue was encountered with exceeding API rate limits. This was attended to with PR #29 where the update query interval was increased to 30s, and handling was...