Skip to content

Commit c76453f

Browse files
committed
ci: add explicit permissions block for 'detect-breaking-changes' workflow
1 parent 387b476 commit c76453f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/detect-breaking-changes.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: 'ubuntu-latest'
1111
name: detect-breaking-changes
1212
if: false
13+
permissions:
14+
contents: read
1315
steps:
1416
- name: Calculate fetch-depth
1517
run: |

0 commit comments

Comments
 (0)