Skip to content

Commit e7d7fd5

Browse files
committed
Use the devtoolsbot token to merge the PR
1 parent 8cdfb99 commit e7d7fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Merge Pull Request
4545
uses: juliangruber/merge-pull-request-action@9234b8714dda9a08f3d1df5b2a6a3abd7b695353 # 1.3.1
4646
with:
47-
github-token: ${{ secrets.GITHUB_TOKEN }}
47+
github-token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }}
4848
number: ${{ steps.find-pull-request.outputs.number }}
4949
method: squash
5050

0 commit comments

Comments
 (0)