Skip to content

Commit

Permalink
Create npm-audit-fix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Champion committed May 4, 2020
1 parent 64632f7 commit 7dc86cd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: npm audit fix

on:
schedule:
- cron: 0 0 * * * # Runs at 00:00 UTC every day

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ybiquitous/npm-audit-fix-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# branch: "npm-audit-fix"
# default_branch: "master"
# commit_title: "chore(deps): npm audit fix"

0 comments on commit 7dc86cd

Please sign in to comment.