File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,13 @@ with the `role-external-id` input
131131
132132#### Session tagging and name
133133The 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
135141following tags: (Refer to [ GitHub's documentation for ` GITHUB_ ` environment
136142variable definitions] ( https://help.github.com/en/actions/automating-your-workflow-with-github-actions/using-environment-variables#default-environment-variables ) )
137143
You can’t perform that action at this time.
0 commit comments