diff --git a/README.md b/README.md index d6646af3f..e162085bf 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ We recommend following [Amazon IAM best practices](https://docs.aws.amazon.com/I * [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. ## Permissions + Running a service requires the following minimum set of permissions: ```json { @@ -268,7 +269,7 @@ In the following example, the service would not be updated until the ad-hoc task wait-for-task-stopped: true ``` -Overrides and VPC networking options are available as well. See [actions.yml](actions.yml) for more details. +Overrides and VPC networking options are available as well. See [action.yml](action.yml) for more details. ## Troubleshooting