Skip to content

Commit

Permalink
Add permissions to README.md (#236)
Browse files Browse the repository at this point in the history
* Add permissions to README.md

* remove space

* prettier

* remove extra changes

* fix spacing
  • Loading branch information
OliverMKing authored Aug 31, 2022
1 parent 3c0579b commit 659bbb3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 659bbb3

Please sign in to comment.