SAML.to
Search
⌃K
Introduction
Installation
Configuration
Identity Providers
Service Providers
AWS (Federated Roles)
Assuming Roles
Adding Users
Adding AWS Accounts
Adding Roles
Roles for GitHub Actions
Configuration Reference
FAQs
Usage
Advanced Usage
Powered By
GitBook
Roles for GitHub Actions
AWS Roles can be assumed in GitHub Actions by completing two steps:
1.
Edit the
saml-to.yml
to include the name of the repository that needs access to a given role
1.
Example 1
: Access granted access to
some-repo
access to
stark-international-administrator
2.
Example 2
: Access granted to
another-repo
and within
another-org
2.
Add or modify the GitHub action for the repository:
1.
Example 1
: A GitHub Workflow to assume
stark-international-administrator
See
assume-aws-role-action
for more details.
Previous
Adding Roles
Next
Configuration Reference
Last modified
8mo ago