Skip to content

Commit 368af82

Browse files
authored
[ci] update docs_notify_assignees.yaml (#17552)
1 parent 776f733 commit 368af82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docs_notify_assignees.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ concurrency:
1313
jobs:
1414
ping:
1515
if: contains(github.event.pull_request.labels.*.name, 'documentation')
16+
permissions:
17+
issues: write
18+
pull-requests: read
1619
runs-on: ubuntu-latest
20+
env:
21+
GITHUB_TOKEN: ${{ secrets.YDBOT_TOKEN }}
1722
steps:
1823
- uses: actions/github-script@v7
1924
with:

0 commit comments

Comments
 (0)