Skip to content

Commit

Permalink
fix(actions): permissions.contents for npm-audit-fix (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jan 4, 2023
1 parent 5fe0dc2 commit 604619c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
npm-audit-fix:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/init.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
npm-audit-fix:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 604619c

Please sign in to comment.