We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387b476 commit c76453fCopy full SHA for c76453f
1 file changed
.github/workflows/detect-breaking-changes.yml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: 'ubuntu-latest'
11
name: detect-breaking-changes
12
if: false
13
+ permissions:
14
+ contents: read
15
steps:
16
- name: Calculate fetch-depth
17
run: |
0 commit comments