Skip to content

Commit

Permalink
ci(monday): add nvmrc-up-pr (#1054)
Browse files Browse the repository at this point in the history
- VKCOM/gh-actions#519

Добавляем экшон для создания PR-а обновления версии Node.js в понедельник
  • Loading branch information
SevereCloud authored Dec 16, 2024
1 parent 7a6ce8d commit ac35ed2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/monday.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
- cron: '0 5 * * 1' # Runs at 05:00, only on Monday

jobs:
corepack-up:
name: Corepack up
tools-update:
name: Tools update
runs-on: ubuntu-latest
permissions:
contents: write
Expand All @@ -20,3 +20,7 @@ jobs:
- uses: VKCOM/gh-actions/shared/node/corepack-up-pr@main
with:
token: ${{ secrets.DEVTOOLS_GITHUB_TOKEN }}

- uses: VKCOM/gh-actions/shared/node/nvmrc-up-pr@main
with:
token: ${{ secrets.DEVTOOLS_GITHUB_TOKEN }}

0 comments on commit ac35ed2

Please sign in to comment.