What's Changed
- doc(aws): Migrate to using OIDC as the recommended auth by @ethanholz in #21
- feat: Add GitHub timeout by @ethanholz in #22
- ci: Only run non-docs changes by @ethanholz in #23
- docs: Updated for clarity by @j-wags in #25
- feat: allows for using using only the runners you provision by @ethanholz in #29
New Contributors
Feature update
Adds a new output to support to support running on the runners provisioned in the given action. Under the previous example, we use the self-hosted
tag which means that you may run on any self-hosted runner provisioned to the repo. This release adds the instances
output. This output provides a JSON list of all the provisioned instances in a given step. For an example, see docs/aws.md.
Full Changelog: v0.2.0...v0.3.0