We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498ad69 commit 9c33c62Copy full SHA for 9c33c62
.github/workflows/preview_comment.yaml
@@ -17,6 +17,8 @@ jobs:
17
permissions:
18
# Needed to manage the comment
19
pull-requests: write
20
+ # Needed to checkout private repositories
21
+ contents: read
22
23
steps:
24
- uses: actions/checkout@v4
0 commit comments