Skip to content

Commit 11e58be

Browse files
authored
Merge pull request #1336 from aws-actions/lehmanmj-patch-1
chore: Update README.md
2 parents 5a0cf01 + 7f5e313 commit 11e58be

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,13 @@ with the `role-external-id` input
131131

132132
#### Session tagging and name
133133
The default session name is "GitHubActions", and you can modify it by specifying
134-
the desired name in `role-session-name`. The session will be tagged with the
134+
the desired name in `role-session-name`.
135+
136+
_Note: you might find it helpful to set the `role-session-name` to `${{ github.run_id }}`
137+
so as to clarify in audit logs which AWS actions were performed by which workflow
138+
run._
139+
140+
The session will be tagged with the
135141
following tags: (Refer to [GitHub's documentation for `GITHUB_` environment
136142
variable definitions](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/using-environment-variables#default-environment-variables))
137143

0 commit comments

Comments
 (0)