mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-12-26 23:58:09 +07:00
11 lines
205 B
YAML
11 lines
205 B
YAML
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}}
|