Skip to content

Commit

Permalink
clean up update node workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Nov 22, 2024
1 parent d6dd385 commit 649b412
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/update-node-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit 649b412

Please sign in to comment.