Roles for GitHub Actions
Last updated
Last updated
AWS Roles can be assumed in GitHub Actions by completing two steps:
Edit the saml-to.yml
to include the name of the repository that needs access to a given role
: Access granted access to some-repo
access to stark-international-administrator
: Access granted to another-repo
and within another-org
Add or modify the GitHub action for the repository:
: A GitHub Workflow to assume stark-international-administrator
See for more details.