Azure / cli

Automate your GitHub workflows using Azure CLI scripts
MIT License
124 stars 52 forks source link

Add permissions block for upcoming `GITHUB_TOKEN` permission changes #130

Closed MoChilia closed 5 months ago

MoChilia commented 5 months ago

According to https://docs.opensource.microsoft.com/github/apps/permission-changes/

Starting February 1, 2024 the default permission for the GITHUB_TOKEN will change from Read/Write to Read-only for all Open Source GitHub orgs.

This pr added permissions block to avoid breaking change to our workflow.