From 156b335cbb7145d87a67ad5a4b72074fb8fb1fc9 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Thu, 28 Nov 2024 12:29:32 +0100 Subject: [PATCH] Use the devtools bot user token for PRs --- .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 a98adf2ef7b..3cb4ab91ad0 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: ${{ steps.app-token.outputs.token }} + token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }} # TODO: replace with steps.app-token.outputs.token when it gets the PR permissions 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 a127ddd0b20..90783b051ba 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: ${{ steps.app-token.outputs.token }} + token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }} # TODO: replace with steps.app-token.outputs.token when it gets the PR permissions commit-message: "chore(deps): update electron" branch: ci/update-electron title: "chore(deps): update electron"