We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d9e50 commit adbacc6Copy full SHA for adbacc6
.github/workflows/autorun-npm-audit-fix.yml
@@ -3,6 +3,7 @@ run-name: Automatically run npm audit fix
3
on:
4
schedule:
5
- cron: '45 08 1 * *' # Run at 1:45 AM PDT on the 1st of every month
6
+ workflow_dispatch:
7
jobs:
8
autorun-npm-audit-fix:
9
runs-on: ubuntu-latest
0 commit comments