Starting February 1, 2024 the default token access for the GITHUB_TOKEN, which is used for all GitHub Actions workflows, will be changing from Read/Write to Read-only for its default access. You will need to make adjustments to your workflows by adding a permissions block and detailing the levels of access to the required scopes . Failure to make adjustments to your workflows will break your workflows that require any permission above Read.
Checklist
Short description of what this resolves:
Starting February 1, 2024 the default token access for the
GITHUB_TOKEN
, which is used for all GitHub Actions workflows, will be changing from Read/Write to Read-only for its default access. You will need to make adjustments to your workflows by adding a permissions block and detailing the levels of access to the required scopes . Failure to make adjustments to your workflows will break your workflows that require any permission above Read.See https://docs.opensource.microsoft.com/github/apps/permission-changes/