Skip to content

Commit

Permalink
ci(monday): add nvmrc-up-pr (#8089)
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 5cb14c4 commit 4c3d1e1
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 4c3d1e1

Please sign in to comment.