Skip to content

Commit f3b0c32

Browse files
authored
chore(ci): add permissions for coveralls in release actions (#8605)
1 parent d086e13 commit f3b0c32

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release-custom-tag.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
test:
1717
permissions:
1818
contents: read
19+
pull-requests: write
20+
checks: write
1921
uses: './.github/workflows/test.yml'
2022
with:
2123
reportCoverage: false

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
needs: ['build']
3737
permissions:
3838
contents: read
39+
pull-requests: write
40+
checks: write
3941
uses: './.github/workflows/test.yml'
4042
with:
4143
reportCoverage: false

0 commit comments

Comments
 (0)