diff --git a/.github/workflows/detect-breaking-changes.yml b/.github/workflows/detect-breaking-changes.yml index 2ecc70d882..f3aad98cdf 100644 --- a/.github/workflows/detect-breaking-changes.yml +++ b/.github/workflows/detect-breaking-changes.yml @@ -5,6 +5,9 @@ on: - main - next +permissions: + contents: read + jobs: detect_breaking_changes: runs-on: 'ubuntu-latest'