mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-12-26 23:58:09 +07:00
Add NPM updates workflow configuration
This commit is contained in:
10
.github/workflows/npm-updates.yml
vendored
Normal file
10
.github/workflows/npm-updates.yml
vendored
Normal 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}}
|
||||
Reference in New Issue
Block a user