Azure / aks-engine-azurestack

AKS Engine: Units of Kubernetes on Azure Stack Hub!
MIT License
16 stars 12 forks source link

chore: grant write permission for create-release-branch workflow #231

Closed honcao closed 9 months ago

honcao commented 9 months ago

Reason for Change:

Issue Fixed:

Credit Where Due:

Does this change contain code from or inspired by another project?

If "Yes," did you notify that project's maintainers and provide attribution?

Requirements:

Notes:

christinalau0 commented 9 months ago

@honcao from documentation: "Don’t use write-all as your permissions block as it opens the permissions on all scopes and you will make DSR very sad as well as get your workflow auto-disabled." https://docs.opensource.microsoft.com/github/apps/permission-changes/

Would contents: write be enough to create a new branch?