From 649b412bf25ec539ebebad95e7332e288683c2a6 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Fri, 22 Nov 2024 12:34:35 +0100 Subject: [PATCH] clean up update node workflow --- .github/workflows/update-node-js.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/update-node-js.yaml b/.github/workflows/update-node-js.yaml index 220bec29d..c30ebe4ec 100644 --- a/.github/workflows/update-node-js.yaml +++ b/.github/workflows/update-node-js.yaml @@ -19,7 +19,6 @@ jobs: # this is important so git log can pick up on # the whole history to generate the list of AUTHORS fetch-depth: "0" - token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }} - name: Setup git run: | @@ -39,15 +38,13 @@ jobs: run: | npm run update-node-js-versions npm run update-evergreen-config - git add . - git commit --no-allow-empty -m "chore: update node.js version" || true - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5 with: - token: ${{ secrets.GITHUB_TOKEN }} - commit-message: "chore: update node.js" + token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }} + commit-message: "chore: update node.js version" branch: ci/update-node-js-versions title: "chore: update node.js" body: |