Skip to content

Commit ce3946d

Browse files
authored
chore(ci): use the devtools bot user token for PRs (#6536)
1 parent e1c3799 commit ce3946d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Create Pull Request
4949
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5
5050
with:
51-
token: ${{ steps.app-token.outputs.token }}
51+
token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }} # TODO: replace with steps.app-token.outputs.token when it gets the PR permissions
5252
commit-message: "chore(release): bump package versions"
5353
branch: ci/bump-packages
5454
title: "chore(release): bump package versions"

.github/workflows/update-electron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Create Pull Request
4242
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5
4343
with:
44-
token: ${{ steps.app-token.outputs.token }}
44+
token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }} # TODO: replace with steps.app-token.outputs.token when it gets the PR permissions
4545
commit-message: "chore(deps): update electron"
4646
branch: ci/update-electron
4747
title: "chore(deps): update electron"

0 commit comments

Comments
 (0)