Skip to content

Commit b3425a4

Browse files
committed
add write permissions for compatibility report CI job
1 parent 8db214c commit b3425a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ jobs:
139139
name: Report compatibility
140140
needs: test
141141
runs-on: ubuntu-latest
142+
permissions:
143+
contents: write
142144
steps:
143145

144146
- name: Checkout repository

0 commit comments

Comments
 (0)