Skip to content

Commit 102fb27

Browse files
committed
change read-all to read permissions
1 parent ae27633 commit 102fb27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/changelog-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: 'Changelog CI'
22
on: [ push ]
33
permissions:
4-
contents: read-all
5-
pull-requests: read-all
4+
contents: read
5+
pull-requests: read
66

77
jobs:
88
release:

0 commit comments

Comments
 (0)