devops: fix roll Node.js version of driver workflow
This commit is contained in:
parent
cda830645d
commit
95dc8104e4
1
.github/workflows/roll_driver_nodejs.yml
vendored
1
.github/workflows/roll_driver_nodejs.yml
vendored
|
|
@ -35,6 +35,7 @@ jobs:
|
|||
if: ${{ steps.prepare-branch.outputs.HAS_CHANGES == '1' }}
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
github-token: ${{ secrets.REPOSITORY_DISPATCH_PERSONAL_ACCESS_TOKEN }}
|
||||
script: |
|
||||
await github.rest.pulls.create({
|
||||
owner: 'microsoft',
|
||||
|
|
|
|||
Loading…
Reference in a new issue