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
+35-4Lines changed: 35 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,9 +116,9 @@ 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
+
120
+
Running a service requires the following minimum set of permissions:
121
+
122
122
```json
123
123
{
124
124
"Version":"2012-10-17",
@@ -156,7 +156,38 @@ This action requires the following minimum set of permissions:
156
156
]
157
157
}
158
158
```
159
-
159
+
160
+
Running a one-off/stand-alone task requires the following minimum set of permissions:
0 commit comments