We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cdfb99 commit e7d7fd5Copy full SHA for e7d7fd5
.github/workflows/publish-release.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Merge Pull Request
45
uses: juliangruber/merge-pull-request-action@9234b8714dda9a08f3d1df5b2a6a3abd7b695353 # 1.3.1
46
with:
47
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }}
48
number: ${{ steps.find-pull-request.outputs.number }}
49
method: squash
50
0 commit comments