Skip to content

Commit

Permalink
Use the devtoolsbot token to merge the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Nov 24, 2024
1 parent 8cdfb99 commit 9a1ca3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
branch: release/${{ steps.version.outputs.new-version }}
title: 'chore: bump version to ${{ steps.version.outputs.new-version }}'
token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }}
draft: false
body: |
An automated PR for next release.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Merge Pull Request
uses: juliangruber/merge-pull-request-action@9234b8714dda9a08f3d1df5b2a6a3abd7b695353 # 1.3.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }}
number: ${{ steps.find-pull-request.outputs.number }}
method: squash

Expand Down

0 comments on commit 9a1ca3a

Please sign in to comment.