Skip to content

Commit

Permalink
Merge pull request #42 from anyproto/ciCoverage
Browse files Browse the repository at this point in the history
.github/workflows/coverage.yml added permissions
  • Loading branch information
fb929 authored Sep 22, 2023
2 parents 2e00d26 + fa05457 commit 5e587f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:

name: coverage

permissions:
contents: write
pull-requests: write

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5e587f9

Please sign in to comment.