You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restrict GITHUB_TOKEN in markdownlint action (#61622)
Currently, Actions in the dotnet/runtime repository have read/write
access by default, unless their permissions have been explicitly declared.
The markdownlint workflow can be restricted from all access except the
repository contents. This limits what the 3rd party `markdownlint-cli`
npm package can do which is installed as part of the workflow.
0 commit comments