We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19f3cc commit 3a285a1Copy full SHA for 3a285a1
1 file changed
.github/workflows/test-review-sync.yml
@@ -10,6 +10,9 @@ on:
10
- '.github/scripts/review-sync/**'
11
- '.github/workflows/test-review-sync.yml'
12
13
+permissions:
14
+ contents: read
15
+
16
jobs:
17
test:
18
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
0 commit comments