Skip to content

Commit 6f34cb2

Browse files
committed
Add permissions for PR comments in example workflow
1 parent ae63b1f commit 6f34cb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/example.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
branches:
77
- example
88

9+
permissions:
10+
contents: read
11+
pull-requests: write
12+
issues: write
13+
914
jobs:
1015
postgresql-preview:
1116
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)