1
0
Fork 0
mirror of synced 2026-06-05 17:38:19 +00:00

chore: update documentation for environment workflows (#1766)

Closes #1238.
This commit is contained in:
Tom Keller 2026-05-11 16:08:10 -07:00 committed by GitHub
commit 3f7e1b63d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,12 @@ Authenticate to AWS in GitHub Actions! Works especially well with
</details>
Note: if you are running in a GitHub environment based workflow, the value
for the Sub claim will be different, in the form of
`repo:<GITHUB_ORG>/<GITHUB_REPOSITORY>:environment:<ENVIRONMENT_NAME>`.
Adjust the trust policy accordingly if you are using environment-based
workflows.
3. Attach permissions to the IAM Role that allow it to access the AWS resources
you need.
4. Add the following to your GitHub Actions workflow: <details>