Skip to content

Commit

Permalink
fix: permissions.contents from read to write (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Jan 3, 2023
1 parent 30b9a90 commit 51df826
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
smoke:
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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 51df826

Please sign in to comment.