A Terraform repository to manage AWS access to GitHub repositories that use GitHub Actions workflows.
- Add repository to the
github_repo_to_permissionswith theterraform-backendpermission - Update the recently added GitHub repository's workflow
- The IAM role name will be the repository name, where
/has been replaced with. - The IAM role will have permissions to access the Terraform backend
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::130900203380:role/tenzin-io.test-actions-workflows
aws-region: us-east-1