Skip to content

Commit 5645b37

Browse files
committed
Move permissions to job scope
1 parent b615c8f commit 5645b37

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/source/migration/freeze/gh-action.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ on:
2424
- master
2525
- "9.0"
2626

27-
permissions:
28-
contents: read
29-
pull_request: write
30-
3127
jobs:
3228
comment-on-asciidoc-change:
29+
permissions:
30+
contents: read
31+
pull_request: write
3332
uses: elastic/docs-builder/.github/workflows/comment-on-asciidoc-changes.yml@main
3433
```

0 commit comments

Comments
 (0)