Skip to content

Commit ee00ffc

Browse files
flochazsaragerion
andauthored
Update CONTRIBUTING.md
Co-authored-by: Sara Gerion <[email protected]>
1 parent 1e4c897 commit ee00ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Example: `DISABLE_TEARDOWN=true AWS_PROFILE=ara npx jest --group=integ/other/exa
128128
**Automate**
129129

130130
You can run the end-to-end tests automatically on your forked project by following these steps:
131-
1. Create AWS Role
131+
1. Create an IAM role in your AWS account
132132
As mention earlier we are leveraging CDK to deploy and clean resources on AWS. Therefore to run those tests through github actions you will need to grant specific permissions to your workflow. To do so you can leverage [@pahud/cdk-github-oidc](https://constructs.dev/packages/@pahud/cdk-github-oidc) construct which setup the right resources to leverage [Github OpenID Connect](https://github.blog/changelog/2021-10-27-github-actions-secure-cloud-deployments-with-openid-connect/) mechanism.
133133
1. Add your new role into your Github fork secrets under `AWS_ROLE_ARN_TO_ASSUME`.
134134
1. Run manually `run-e2e-tests` workflow.

0 commit comments

Comments
 (0)