Skip to content

Commit

Permalink
Merge pull request #521 from k-toumura/disc-coverage-action
Browse files Browse the repository at this point in the history
Add write permission to the GitHub action workflow
  • Loading branch information
mmccool committed Dec 15, 2022
2 parents 518a166 + f64d13b commit e54a3ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/discovery-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

jobs:
discovery-coverage-report:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Check out wot-testing
Expand Down

0 comments on commit e54a3ae

Please sign in to comment.