Skip to content

Commit 32ddf7f

Browse files
authored
[docs] change token in docs_notify_assignees.yaml
1 parent 5406f56 commit 32ddf7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs_notify_assignees.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
pull-requests: read
1919
runs-on: [self-hosted, auto-provisioned, build-preset-analytic-node]
2020
env:
21-
GITHUB_TOKEN: ${{ secrets.YDBOT_TOKEN }}
21+
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
2222
steps:
2323
- uses: actions/github-script@v7
2424
with:
25-
github-token: ${{ secrets.YDBOT_TOKEN }}
25+
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
2626
script: |
2727
const pr = context.payload.pull_request;
2828
const assignees = pr.assignees.map(a => `@${a.login}`).join(' ');

0 commit comments

Comments
 (0)