Skip to content

Commit 4dc66cb

Browse files
committed
ci(covector): add permission for covector comments
1 parent 17b60e7 commit 4dc66cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/covector-status.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Covector status
22
on: [pull_request]
33

4+
permissions:
5+
pull-requests: write
6+
47
jobs:
58
covector:
69
runs-on: ubuntu-latest
@@ -14,5 +17,5 @@ jobs:
1417
id: covector
1518
with:
1619
token: ${{ secrets.GITHUB_TOKEN }}
17-
command: 'status'
20+
command: "status"
1821
comment: true

0 commit comments

Comments
 (0)