Compare commits

...

5 Commits

Author SHA1 Message Date
Oliver King ef8692a58f fix spacing 2022-08-22 14:17:59 -04:00
Oliver King ca3f299adf remove extra changes 2022-08-22 14:16:16 -04:00
Oliver King b75cce76a5 prettier 2022-08-22 14:10:15 -04:00
Oliver King 922d445a51 remove space 2022-08-22 14:03:18 -04:00
Oliver King 8d3326c0a3 Add permissions to README.md 2022-08-22 13:43:03 -04:00
+9
View File
@@ -4,6 +4,15 @@ This action is used to deploy manifests to Kubernetes clusters. It requires that
If you are looking to automate your workflows to deploy to [Azure Web Apps](https://azure.microsoft.com/en-us/services/app-service/web/) and [Azure Web App for Containers](https://azure.microsoft.com/en-us/services/app-service/containers/), consider using [`Azure/webapps-deploy`](https://github.com/Azure/webapps-deploy) action. If you are looking to automate your workflows to deploy to [Azure Web Apps](https://azure.microsoft.com/en-us/services/app-service/web/) and [Azure Web App for Containers](https://azure.microsoft.com/en-us/services/app-service/containers/), consider using [`Azure/webapps-deploy`](https://github.com/Azure/webapps-deploy) action.
This action requires the following permissions from your workflow:
```yaml
permissions:
id-token: write
contents: read
actions: read
```
## Action capabilities ## Action capabilities
Following are the key capabilities of this action: Following are the key capabilities of this action: