File tree 1 file changed +7
-1
lines changed 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
131
131
132
132
#### Session tagging and name
133
133
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
135
141
following tags: (Refer to [ GitHub's documentation for ` GITHUB_ ` environment
136
142
variable definitions] ( https://help.github.com/en/actions/automating-your-workflow-with-github-actions/using-environment-variables#default-environment-variables ) )
137
143
You can’t perform that action at this time.
0 commit comments