From de27f3a58b0f841f4a496a57ded3428da5d9b9f6 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 25 Dec 2025 10:18:23 +0100 Subject: [PATCH] Add NPM updates workflow configuration --- .github/workflows/npm-updates.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/npm-updates.yml diff --git a/.github/workflows/npm-updates.yml b/.github/workflows/npm-updates.yml new file mode 100644 index 00000000..b359b47b --- /dev/null +++ b/.github/workflows/npm-updates.yml @@ -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}}