GitHub Actions – Updating the default GITHUB_TOKEN permissions to read-only
Previously, GitHub Actions gets a GITHUB_TOKEN with both read/write permissions by default whenever Actions is enabled on a repository. As a default, this is too permissive, so to improve security…