Skip to content

Commit daece44

Browse files
author
Dias, Diego
committed
Refactor: PR write permissions for job
1 parent 4c72c29 commit daece44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
jobs:
1111
test-coverage:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
checks: write
15+
pull-requests: write
16+
contents: read
1317

1418
steps:
1519
- name: Checkout code

0 commit comments

Comments
 (0)