Add NPM updates workflow configuration

This commit is contained in:
Dawid Dziurla
2025-12-25 10:18:23 +01:00
committed by GitHub
parent cb8de46f10
commit de27f3a58b

10
.github/workflows/npm-updates.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
name: NPM Updates
on:
workflow_dispatch:
jobs:
npm-updates:
uses: dawidd6/reusable-workflows/.github/workflows/npm-updates.yml@master
secrets:
personal_access_token: ${{secrets.TOKEN}}