pulumi / pulumi-policy-aws

A policy pack of rules to enforce AWS best practices for security, reliability, cost, and more!
https://www.pulumi.com
Apache License 2.0
33 stars 6 forks source link

Set AWS creds in GHA release workflow so tests can run #84

Closed justinvp closed 2 years ago

justinvp commented 2 years ago

We recently migrated this repo from Travis to GHA, but missed setting the AWS creds in therelease workflow, which are needed for the integration tests. This PR copies over the same step for configuring the AWS creds from the master workflow to the release workflow.