You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-4Lines changed: 31 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,9 +116,7 @@ We recommend following [Amazon IAM best practices](https://docs.aws.amazon.com/I
116
116
* [Monitor the activity](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#keep-a-log) of the credentials used in GitHub Actions workflows.
117
117
118
118
## Permissions
119
-
120
-
This action requires the following minimum set of permissions:
121
-
119
+
Running a service requires the following minimum set of permissions:
122
120
```json
123
121
{
124
122
"Version":"2012-10-17",
@@ -156,7 +154,36 @@ This action requires the following minimum set of permissions:
156
154
]
157
155
}
158
156
```
159
-
157
+
158
+
Running a one-off/stand-alone task requires the following minimum set of permissions:
0 commit comments