mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-22 03:09:27 +08:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ef8692a58f | |||
| ca3f299adf | |||
| b75cce76a5 | |||
| 922d445a51 | |||
| 8d3326c0a3 |
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user