Skip to content

run node audit

run node audit #15

Workflow file for this run

name: run node audit
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
security-update:
runs-on: ubuntu-latest
permissions:
contents: write
packages: read
steps:
- uses: a-novel-kit/workflows/node-actions/audit@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
app_private_key: ${{ secrets.PUBLISH_BOT_PRIVATE_KEY }}
app_id: ${{ vars.PUBLISH_BOT_ID }}