From 3e916500812b7cc5efce869ad89f3c724a219e56 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Wed, 4 Dec 2024 02:20:06 +0200 Subject: [PATCH] Revert "chore(ci): use the devtools bot user token for PRs (#6536)" This reverts commit ce3946d93790497c41ad14b47d5dbe2b4a18a1c5. --- .github/workflows/bump-packages.yaml | 2 +- .github/workflows/update-electron.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-packages.yaml b/.github/workflows/bump-packages.yaml index 3cb4ab91ad0..a98adf2ef7b 100644 --- a/.github/workflows/bump-packages.yaml +++ b/.github/workflows/bump-packages.yaml @@ -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" diff --git a/.github/workflows/update-electron.yaml b/.github/workflows/update-electron.yaml index 90783b051ba..a127ddd0b20 100644 --- a/.github/workflows/update-electron.yaml +++ b/.github/workflows/update-electron.yaml @@ -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"