Skip to content

Commit 9c33c62

Browse files
authoredFeb 21, 2025
Added missing permission (#2628)
1 parent 498ad69 commit 9c33c62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/preview_comment.yaml

+2
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)