From 659bbb3802dfd07f053e44684f862fafbc033407 Mon Sep 17 00:00:00 2001 From: Oliver King Date: Wed, 31 Aug 2022 10:19:52 -0400 Subject: [PATCH] Add permissions to README.md (#236) * Add permissions to README.md * remove space * prettier * remove extra changes * fix spacing --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 18ed9adf..8bab8a72 100644 --- a/README.md +++ b/README.md @@ -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. +This action requires the following permissions from your workflow: + +```yaml +permissions: + id-token: write + contents: read + actions: read +``` + ## Action capabilities Following are the key capabilities of this action: