From d6dd38519c26cd4c4307cb04b84f186a44a369ed Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Fri, 22 Nov 2024 12:26:42 +0100 Subject: [PATCH] Use the devtoolsbot token for update-node-js workflow --- .github/workflows/update-node-js.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-node-js.yaml b/.github/workflows/update-node-js.yaml index 201e8553a..220bec29d 100644 --- a/.github/workflows/update-node-js.yaml +++ b/.github/workflows/update-node-js.yaml @@ -18,7 +18,8 @@ jobs: # this is important so git log can pick up on # the whole history to generate the list of AUTHORS - fetch-depth: '0' + fetch-depth: "0" + token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }} - name: Setup git run: | @@ -28,7 +29,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: 16.x - cache: 'npm' + cache: "npm" - name: Install npm@8.19.4 run: | @@ -46,8 +47,8 @@ jobs: uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} - commit-message: 'chore: update node.js' + commit-message: "chore: update node.js" branch: ci/update-node-js-versions - title: 'chore: update node.js' + title: "chore: update node.js" body: | - Update node.js