Skip to content

Commit b64eb5c

Browse files
committed
Added missing permission (#2628)
1 parent 7a4cb79 commit b64eb5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/preview_comment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
permissions:
1818
# Needed to manage the comment
1919
pull-requests: write
20+
# Needed to checkout private repositories
21+
contents: read
2022

2123
steps:
2224
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)