Skip to content

Commit

Permalink
chore(ci): revert "use the devtools bot user token for PRs" (#6549)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev authored Dec 4, 2024
1 parent 62ba43e commit 0c5d2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5
with:
token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }} # TODO: replace with steps.app-token.outputs.token when it gets the PR permissions
token: ${{ steps.app-token.outputs.token }}
commit-message: "chore(release): bump package versions"
branch: ci/bump-packages
title: "chore(release): bump package versions"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-electron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5
with:
token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }} # TODO: replace with steps.app-token.outputs.token when it gets the PR permissions
token: ${{ steps.app-token.outputs.token }}
commit-message: "chore(deps): update electron"
branch: ci/update-electron
title: "chore(deps): update electron"
Expand Down

0 comments on commit 0c5d2f3

Please sign in to comment.