Skip to content

Commit

Permalink
Use the devtoolsbot token for update-node-js workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Nov 22, 2024
1 parent 626cd7a commit d6dd385
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/update-node-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -28,7 +29,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 16.x
cache: 'npm'
cache: "npm"

- name: Install [email protected]
run: |
Expand All @@ -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

0 comments on commit d6dd385

Please sign in to comment.