Skip to content

npm audit fix

npm audit fix #1624

Workflow file for this run

name: npm audit fix
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
npm-audit-fix:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: ybiquitous/npm-audit-fix-action@v6
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}