mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 22:36:46 +00:00
Try org token to request reviewers for update image PR (#3965)
This commit is contained in:
committed by
GitHub
parent
9d76ecf422
commit
ca51829236
2
.github/workflows/create_pull_request.yml
vendored
2
.github/workflows/create_pull_request.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
- name: Request reviewers
|
||||
uses: actions/github-script@v2
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
github-token: ${{secrets.PRAPPROVAL_SECRET}}
|
||||
script: |
|
||||
github.pulls.requestReviewers({
|
||||
owner: context.repo.owner,
|
||||
|
||||
Reference in New Issue
Block a user