Skip to content

Commit 0b7d024

Browse files
authored
Update README.md
1 parent 885ab53 commit 0b7d024

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ on:
1717
pull_request_review:
1818
check_run:
1919
types: [completed]
20-
20+
21+
permissions:
22+
contents: read
23+
pull-requests: write
24+
2125
jobs:
2226
build:
2327
name: Gitflow
@@ -35,6 +39,10 @@ on:
3539
# To create pull requests.
3640
- push
3741

42+
permissions:
43+
contents: read
44+
pull-requests: write
45+
3846
jobs:
3947
build:
4048
name: Gitflow
@@ -58,6 +66,10 @@ on:
5866
check_run:
5967
types: [completed]
6068

69+
permissions:
70+
contents: read
71+
pull-requests: write
72+
6173
jobs:
6274
build:
6375
name: Gitflow

0 commit comments

Comments
 (0)