SAML.to
Search
⌃K

Roles for GitHub Actions

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