Skip to content

Commit 3776112

Browse files
Fix permissions (#3724)
1 parent 00e8805 commit 3776112

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/compare-release-notes.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
jobs:
99
compare:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
issues: write
14+
models: read
1115
steps:
1216
- uses: actions/checkout@v4
1317

0 commit comments

Comments
 (0)