mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-07-16 23:39:04 +07:00
Add NPM updates workflow configuration
This commit is contained in:
@@ -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}}
|
||||||
Reference in New Issue
Block a user